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

Unified Diff: device/generic_sensor/linux/sensor_device_manager.h

Issue 2878653002: Remove base::NonThreadSafe from //device/generic_sensor/ (Closed)
Patch Set: Remove base::NonThreadSafe from //device/generic_sensor/ Created 3 years, 7 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
« no previous file with comments | « no previous file | device/generic_sensor/linux/sensor_device_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/generic_sensor/linux/sensor_device_manager.h
diff --git a/device/generic_sensor/linux/sensor_device_manager.h b/device/generic_sensor/linux/sensor_device_manager.h
index 3715a7912a0e601b0c5570deebd56c422e09e3b5..64244b6ab73346491d60edbbcb46cda3990f40b7 100644
--- a/device/generic_sensor/linux/sensor_device_manager.h
+++ b/device/generic_sensor/linux/sensor_device_manager.h
@@ -68,7 +68,8 @@ class DEVICE_GENERIC_SENSOR_EXPORT SensorDeviceManager
// initial enumeration.
SensorDeviceMap sensors_by_node_;
- base::ThreadChecker thread_checker_;
+ THREAD_CHECKER(thread_checker_);
+
ScopedObserver<DeviceMonitorLinux, DeviceMonitorLinux::Observer> observer_;
Delegate* delegate_;
« no previous file with comments | « no previous file | device/generic_sensor/linux/sensor_device_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698