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

Unified Diff: content/browser/device_sensors/device_inertial_sensor_service.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/device_sensors/device_inertial_sensor_service.h
diff --git a/content/browser/device_sensors/device_inertial_sensor_service.h b/content/browser/device_sensors/device_inertial_sensor_service.h
index c372903ad306ec00e27fb50c6870ac429187d132..a95f0557d98f008f9e9872f54fdb4956c7cfb511 100644
--- a/content/browser/device_sensors/device_inertial_sensor_service.h
+++ b/content/browser/device_sensors/device_inertial_sensor_service.h
@@ -48,7 +48,7 @@ class CONTENT_EXPORT DeviceInertialSensorService {
void SetDataFetcherForTesting(DataFetcherSharedMemory* test_data_fetcher);
private:
- friend struct DefaultSingletonTraits<DeviceInertialSensorService>;
+ friend struct base::DefaultSingletonTraits<DeviceInertialSensorService>;
DeviceInertialSensorService();
virtual ~DeviceInertialSensorService();
« no previous file with comments | « content/browser/cocoa/system_hotkey_helper_mac.mm ('k') | content/browser/device_sensors/device_inertial_sensor_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698