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

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

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ToT Created 5 years, 3 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_service_factory.h
diff --git a/chrome/browser/favicon/favicon_service_factory.h b/chrome/browser/favicon/favicon_service_factory.h
index 6da30f4ffa5a0f8d3caeaf5861c21300abcddf91..ef629fe5b65410136933a66fa90b38772aba6920 100644
--- a/chrome/browser/favicon/favicon_service_factory.h
+++ b/chrome/browser/favicon/favicon_service_factory.h
@@ -8,7 +8,9 @@
#include "components/keyed_service/content/browser_context_keyed_service_factory.h"
#include "components/keyed_service/core/service_access_type.h"
+namespace base {
template <typename T> struct DefaultSingletonTraits;
+}
class Profile;
@@ -33,7 +35,7 @@ class FaviconServiceFactory : public BrowserContextKeyedServiceFactory {
static TestingFactoryFunction GetDefaultFactory();
private:
- friend struct DefaultSingletonTraits<FaviconServiceFactory>;
+ friend struct base::DefaultSingletonTraits<FaviconServiceFactory>;
FaviconServiceFactory();
~FaviconServiceFactory() override;
« no previous file with comments | « chrome/browser/favicon/fallback_icon_service_factory.cc ('k') | chrome/browser/favicon/favicon_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698