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

Unified Diff: chrome/browser/ui/search/new_tab_page_interceptor_service_factory.cc

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/ui/search/new_tab_page_interceptor_service_factory.cc
diff --git a/chrome/browser/ui/search/new_tab_page_interceptor_service_factory.cc b/chrome/browser/ui/search/new_tab_page_interceptor_service_factory.cc
index f78caa835fd096fa1ae94bc656ae981e5dc8b8ad..0aa118149a2aea9a21af431a9d5cb7ee45154e81 100644
--- a/chrome/browser/ui/search/new_tab_page_interceptor_service_factory.cc
+++ b/chrome/browser/ui/search/new_tab_page_interceptor_service_factory.cc
@@ -15,7 +15,7 @@
NewTabPageInterceptorServiceFactory*
NewTabPageInterceptorServiceFactory::GetInstance() {
DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
- return Singleton<NewTabPageInterceptorServiceFactory>::get();
+ return base::Singleton<NewTabPageInterceptorServiceFactory>::get();
}
// static
« no previous file with comments | « chrome/browser/ui/search/new_tab_page_interceptor_service_factory.h ('k') | chrome/browser/ui/settings_window_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698