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

Unified Diff: chrome/browser/favicon/chrome_fallback_icon_client_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/chrome_fallback_icon_client_factory.h
diff --git a/chrome/browser/favicon/chrome_fallback_icon_client_factory.h b/chrome/browser/favicon/chrome_fallback_icon_client_factory.h
index 84c0ebf99d289e2b1c67c0dd80aab622932d5313..0f349a62b104d42b2deb694681601049571fdde1 100644
--- a/chrome/browser/favicon/chrome_fallback_icon_client_factory.h
+++ b/chrome/browser/favicon/chrome_fallback_icon_client_factory.h
@@ -7,7 +7,9 @@
#include "components/keyed_service/content/browser_context_keyed_service_factory.h"
+namespace base {
template <typename T> struct DefaultSingletonTraits;
+}
namespace content {
class BrowserContext;
@@ -31,7 +33,7 @@ class ChromeFallbackIconClientFactory
static ChromeFallbackIconClientFactory* GetInstance();
private:
- friend struct DefaultSingletonTraits<ChromeFallbackIconClientFactory>;
+ friend struct base::DefaultSingletonTraits<ChromeFallbackIconClientFactory>;
ChromeFallbackIconClientFactory();
~ChromeFallbackIconClientFactory() override;
« no previous file with comments | « chrome/browser/extensions/window_controller_list.cc ('k') | chrome/browser/favicon/chrome_fallback_icon_client_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698