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

Unified Diff: components/history/core/browser/history_service.h

Issue 2698473004: Split FaviconService and FaviconServiceImpl. (Closed)
Patch Set: Revert requiring non-null service for FaviconHandler. Created 3 years, 10 months 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 side-by-side diff with in-line comments
Download patch
Index: components/history/core/browser/history_service.h
diff --git a/components/history/core/browser/history_service.h b/components/history/core/browser/history_service.h
index 8e34834e22ae03fd8a2705560330ddd434c13f86..dd6b19aa490f1898e9413cc7fa355269966a4ef5 100644
--- a/components/history/core/browser/history_service.h
+++ b/components/history/core/browser/history_service.h
@@ -53,7 +53,7 @@ class Thread;
}
namespace favicon {
-class FaviconService;
+class FaviconServiceImpl;
}
namespace history {
@@ -544,7 +544,7 @@ class HistoryService : public syncer::SyncableService, public KeyedService {
class BackendDelegate;
friend class base::RefCountedThreadSafe<HistoryService>;
friend class BackendDelegate;
- friend class favicon::FaviconService;
+ friend class favicon::FaviconServiceImpl;
friend class HistoryBackend;
friend class HistoryQueryTest;
friend class ::HistoryQuickProviderTest;

Powered by Google App Engine
This is Rietveld 408576698