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

Unified Diff: ios/chrome/browser/suggestions/suggestions_service_factory.mm

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: ios/chrome/browser/suggestions/suggestions_service_factory.mm
diff --git a/ios/chrome/browser/suggestions/suggestions_service_factory.mm b/ios/chrome/browser/suggestions/suggestions_service_factory.mm
index 6cbd57719ba3197b29224735a83f5d873f723fd6..dfc469004fa6d2deed052be0c5b7d793bf75b2e7 100644
--- a/ios/chrome/browser/suggestions/suggestions_service_factory.mm
+++ b/ios/chrome/browser/suggestions/suggestions_service_factory.mm
@@ -28,7 +28,7 @@ const base::FilePath::CharType kThumbnailDirectory[] =
// static
SuggestionsServiceFactory* SuggestionsServiceFactory::GetInstance() {
- return Singleton<SuggestionsServiceFactory>::get();
+ return base::Singleton<SuggestionsServiceFactory>::get();
}
// static
« no previous file with comments | « ios/chrome/browser/suggestions/suggestions_service_factory.h ('k') | ios/chrome/browser/sync/sync_setup_service_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698