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

Unified Diff: device/generic_sensor/platform_sensor_reader_linux.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
Index: device/generic_sensor/platform_sensor_reader_linux.h
diff --git a/device/generic_sensor/platform_sensor_reader_linux.h b/device/generic_sensor/platform_sensor_reader_linux.h
index ab75720007602745482a3090cc8baf39fb320d7a..c5c1630d14f76f93ff3c3ff1e9880ea75b922e06 100644
--- a/device/generic_sensor/platform_sensor_reader_linux.h
+++ b/device/generic_sensor/platform_sensor_reader_linux.h
@@ -52,7 +52,7 @@ class SensorReader {
// In builds with DCHECK enabled checks that methods of this
// and derived classes are called on a right thread.
- base::ThreadChecker thread_checker_;
+ THREAD_CHECKER(thread_checker_);
// A sensor that this reader is owned by and notifies about errors and
// readings to.
« no previous file with comments | « device/generic_sensor/platform_sensor_provider_win.cc ('k') | device/generic_sensor/platform_sensor_reader_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698