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

Unified Diff: components/favicon/core/large_icon_service.h

Issue 2698473004: Split FaviconService and FaviconServiceImpl. (Closed)
Patch Set: Revert changes in ios/.../history_collection_view_controller_unittest.mm 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/favicon/core/large_icon_service.h
diff --git a/components/favicon/core/large_icon_service.h b/components/favicon/core/large_icon_service.h
index 1370b6a047110ed05cd2eec9dd347652d98be3c3..73a2698448c9182cb2ac43fd9e7103ba14ad49f2 100644
--- a/components/favicon/core/large_icon_service.h
+++ b/components/favicon/core/large_icon_service.h
@@ -50,9 +50,6 @@ class LargeIconService : public KeyedService {
base::CancelableTaskTracker* tracker);
private:
- // For testing.
- friend class TestLargeIconService;
-
FaviconService* favicon_service_;
scoped_refptr<base::TaskRunner> background_task_runner_;
« no previous file with comments | « components/favicon/core/favicon_service_impl_unittest.cc ('k') | components/favicon/core/large_icon_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698