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

Unified Diff: ash/accelerometer/accelerometer_controller.cc

Issue 576113002: Reland "Use chromeos accelerometer reader and support only lid accelerometer. (patchset #3 id:60001… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile. Created 6 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
« no previous file with comments | « no previous file | athena/athena.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerometer/accelerometer_controller.cc
diff --git a/ash/accelerometer/accelerometer_controller.cc b/ash/accelerometer/accelerometer_controller.cc
index 4e04259c242a6aeae2b8063a8515b19a33524650..e68702d4bf4dba1b8a67830622bec3d255eed0ac 100644
--- a/ash/accelerometer/accelerometer_controller.cc
+++ b/ash/accelerometer/accelerometer_controller.cc
@@ -18,7 +18,7 @@ void AccelerometerController::Initialize(
scoped_refptr<base::TaskRunner> blocking_task_runner) {
#if defined(OS_CHROMEOS)
reader_.reset(
- new chromeos::AccelerometerReader(blocking_task_runner.get(), this));
+ new chromeos::AccelerometerReader(blocking_task_runner, this));
#endif
}
« no previous file with comments | « no previous file | athena/athena.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698