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

Unified Diff: content/browser/geolocation/geolocation_provider_impl.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: content/browser/geolocation/geolocation_provider_impl.h
diff --git a/content/browser/geolocation/geolocation_provider_impl.h b/content/browser/geolocation/geolocation_provider_impl.h
index b3c128649bbfcfd9f9570891e9270fd6c50568ed..72dc9e8afed1b5426712f4b14b232f9ef58dee6e 100644
--- a/content/browser/geolocation/geolocation_provider_impl.h
+++ b/content/browser/geolocation/geolocation_provider_impl.h
@@ -16,7 +16,9 @@
#include "content/public/browser/geolocation_provider.h"
#include "content/public/common/geoposition.h"
+namespace base {
template<typename Type> struct DefaultSingletonTraits;
+}
namespace content {
class LocationArbitrator;
@@ -46,7 +48,7 @@ class CONTENT_EXPORT GeolocationProviderImpl
}
protected:
- friend struct DefaultSingletonTraits<GeolocationProviderImpl>;
+ friend struct base::DefaultSingletonTraits<GeolocationProviderImpl>;
GeolocationProviderImpl();
~GeolocationProviderImpl() override;
« no previous file with comments | « content/browser/geofencing/geofencing_service.cc ('k') | content/browser/geolocation/geolocation_provider_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698