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

Side by Side Diff: chrome/browser/favicon_service.h

Issue 5270010: Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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_SERVICE_H__ 5 #ifndef CHROME_BROWSER_FAVICON_SERVICE_H__
6 #define CHROME_BROWSER_FAVICON_SERVICE_H__ 6 #define CHROME_BROWSER_FAVICON_SERVICE_H__
7 #pragma once 7 #pragma once
8 8
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/ref_counted.h" 11 #include "base/ref_counted.h"
12 #include "base/ref_counted_memory.h" 12 #include "base/ref_counted_memory.h"
13 #include "base/task.h"
13 #include "chrome/browser/cancelable_request.h" 14 #include "chrome/browser/cancelable_request.h"
14 #include "chrome/browser/history/history_types.h" 15 #include "chrome/browser/history/history_types.h"
15 #include "chrome/common/notification_observer.h" 16 #include "chrome/common/notification_observer.h"
16 #include "chrome/common/ref_counted_util.h" 17 #include "chrome/common/ref_counted_util.h"
17 18
18 class GURL; 19 class GURL;
19 class Profile; 20 class Profile;
20 21
21 // The favicon service provides methods to access favicons. It calls the history 22 // The favicon service provides methods to access favicons. It calls the history
22 // backend behind the scenes. 23 // backend behind the scenes.
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 94
94 Profile* profile_; 95 Profile* profile_;
95 96
96 // Helper to forward an empty result if we cannot get the history service. 97 // Helper to forward an empty result if we cannot get the history service.
97 void ForwardEmptyResultAsync(GetFaviconRequest* request); 98 void ForwardEmptyResultAsync(GetFaviconRequest* request);
98 99
99 DISALLOW_COPY_AND_ASSIGN(FaviconService); 100 DISALLOW_COPY_AND_ASSIGN(FaviconService);
100 }; 101 };
101 102
102 #endif // CHROME_BROWSER_FAVICON_SERVICE_H__ 103 #endif // CHROME_BROWSER_FAVICON_SERVICE_H__
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_updater.h ('k') | chrome/browser/gtk/tabs/dragged_tab_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698