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

Unified Diff: components/service_tab_launcher/browser/android/service_tab_launcher.cc

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format Created 5 years, 4 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: components/service_tab_launcher/browser/android/service_tab_launcher.cc
diff --git a/components/service_tab_launcher/browser/android/service_tab_launcher.cc b/components/service_tab_launcher/browser/android/service_tab_launcher.cc
index 7a1bc0f9ada5c328726476faf704b2d3846b48e8..0088347f4b84f9b6bf50150f9de53f67bc6c1b5a 100644
--- a/components/service_tab_launcher/browser/android/service_tab_launcher.cc
+++ b/components/service_tab_launcher/browser/android/service_tab_launcher.cc
@@ -27,7 +27,7 @@ namespace service_tab_launcher {
// static
ServiceTabLauncher* ServiceTabLauncher::GetInstance() {
- return Singleton<ServiceTabLauncher>::get();
+ return base::Singleton<ServiceTabLauncher>::get();
}
ServiceTabLauncher::ServiceTabLauncher() {

Powered by Google App Engine
This is Rietveld 408576698