Index: content/browser/device_sensors/device_sensor_host.h |
diff --git a/content/browser/device_sensors/device_sensor_host.h b/content/browser/device_sensors/device_sensor_host.h |
index 9ab73649cc1e8747ac7602942a92769d4ccb2283..2332140196a4185cdc34d45fa712d62bb5e95cb1 100644 |
--- a/content/browser/device_sensors/device_sensor_host.h |
+++ b/content/browser/device_sensors/device_sensor_host.h |
@@ -36,6 +36,8 @@ class DeviceSensorHost : public MojoInterface { |
mojo::StrongBinding<MojoInterface> binding_; |
+ base::ThreadChecker thread_checker_; |
+ |
DISALLOW_COPY_AND_ASSIGN(DeviceSensorHost); |
}; |