Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Side by Side Diff: chrome/browser/favicon/favicon_handler.h

Issue 8956019: base::Bind: Remove includes of base.bind in header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mac fix. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_FAVICON_FAVICON_HANDLER_H_ 5 #ifndef CHROME_BROWSER_FAVICON_FAVICON_HANDLER_H_
6 #define CHROME_BROWSER_FAVICON_FAVICON_HANDLER_H_ 6 #define CHROME_BROWSER_FAVICON_FAVICON_HANDLER_H_
7 #pragma once 7 #pragma once
8 8
9 #include <map> 9 #include <map>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "base/bind.h"
13 #include "base/callback_forward.h" 12 #include "base/callback_forward.h"
14 #include "base/memory/ref_counted.h" 13 #include "base/memory/ref_counted.h"
15 #include "chrome/browser/favicon/favicon_service.h" 14 #include "chrome/browser/favicon/favicon_service.h"
16 #include "chrome/browser/favicon/favicon_tab_helper.h" 15 #include "chrome/browser/favicon/favicon_tab_helper.h"
17 #include "chrome/common/favicon_url.h" 16 #include "chrome/common/favicon_url.h"
18 #include "chrome/common/ref_counted_util.h" 17 #include "chrome/common/ref_counted_util.h"
19 #include "content/browser/cancelable_request.h" 18 #include "content/browser/cancelable_request.h"
20 #include "googleurl/src/gurl.h" 19 #include "googleurl/src/gurl.h"
21 #include "ui/gfx/favicon_size.h" 20 #include "ui/gfx/favicon_size.h"
22 21
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 // The Profile associated with this handler. 261 // The Profile associated with this handler.
263 Profile* profile_; 262 Profile* profile_;
264 263
265 // This handler's delegate. 264 // This handler's delegate.
266 FaviconHandlerDelegate* delegate_; // weak 265 FaviconHandlerDelegate* delegate_; // weak
267 266
268 DISALLOW_COPY_AND_ASSIGN(FaviconHandler); 267 DISALLOW_COPY_AND_ASSIGN(FaviconHandler);
269 }; 268 };
270 269
271 #endif // CHROME_BROWSER_FAVICON_FAVICON_HANDLER_H_ 270 #endif // CHROME_BROWSER_FAVICON_FAVICON_HANDLER_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/settings/settings_storage_unittest.h ('k') | chrome/browser/favicon/favicon_tab_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698