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

Unified Diff: chrome/browser/history/history_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/history/history_service_factory.h
diff --git a/chrome/browser/history/history_service_factory.h b/chrome/browser/history/history_service_factory.h
index 0c673aafff85e919bead79d996df0e6045bf8178..e11fb2947bc8d82da69db00a6bf8b3d780c4e71d 100644
--- a/chrome/browser/history/history_service_factory.h
+++ b/chrome/browser/history/history_service_factory.h
@@ -37,7 +37,7 @@ class HistoryServiceFactory : public BrowserContextKeyedServiceFactory {
static void ShutdownForProfile(Profile* profile);
private:
- friend struct DefaultSingletonTraits<HistoryServiceFactory>;
+ friend struct base::DefaultSingletonTraits<HistoryServiceFactory>;
HistoryServiceFactory();
~HistoryServiceFactory() override;
« no previous file with comments | « chrome/browser/google/google_url_tracker_factory.cc ('k') | chrome/browser/history/history_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698