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

Unified Diff: chrome/browser/favicon/favicon_tab_helper.h

Issue 301613004: Turn FaviconClient into a Keyed service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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: chrome/browser/favicon/favicon_tab_helper.h
diff --git a/chrome/browser/favicon/favicon_tab_helper.h b/chrome/browser/favicon/favicon_tab_helper.h
index e6a66ad926790819fbea0ad4b0fc49f79be10711..0b54f2aa61de831af4bcf7461907d533d8da758a 100644
--- a/chrome/browser/favicon/favicon_tab_helper.h
+++ b/chrome/browser/favicon/favicon_tab_helper.h
@@ -107,7 +107,7 @@ class FaviconTabHelper : public content::WebContentsObserver,
Profile* profile_;
- scoped_ptr<FaviconClient> client_;
+ FaviconClient* client_;
std::vector<content::FaviconURL> favicon_urls_;

Powered by Google App Engine
This is Rietveld 408576698