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

Unified Diff: content/browser/geolocation/location_api_adapter_android.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: content/browser/geolocation/location_api_adapter_android.cc
diff --git a/content/browser/geolocation/location_api_adapter_android.cc b/content/browser/geolocation/location_api_adapter_android.cc
index 97326782a6e640db9e8b2313ded0a0cd95b1dbc9..2396b55d98597626b7633ee45d2297f8e5465314 100644
--- a/content/browser/geolocation/location_api_adapter_android.cc
+++ b/content/browser/geolocation/location_api_adapter_android.cc
@@ -141,7 +141,7 @@ void AndroidLocationApiAdapter::OnNewErrorAvailable(JNIEnv* env,
// static
AndroidLocationApiAdapter* AndroidLocationApiAdapter::GetInstance() {
- return Singleton<AndroidLocationApiAdapter>::get();
+ return base::Singleton<AndroidLocationApiAdapter>::get();
}
// static
« no previous file with comments | « content/browser/geolocation/location_api_adapter_android.h ('k') | content/browser/gpu/gpu_data_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698