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

Unified Diff: athena/system/orientation_controller.cc

Issue 571093003: Remove implicit conversions from scoped_refptr to T* in athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/system/orientation_controller.cc
diff --git a/athena/system/orientation_controller.cc b/athena/system/orientation_controller.cc
index 3b13cb5ba0e2a90606bc1a8c4c487f936c5904fc..a4dfa1ce87997bd4a53ed11ec83d97cc4c625ce8 100644
--- a/athena/system/orientation_controller.cc
+++ b/athena/system/orientation_controller.cc
@@ -76,7 +76,7 @@ OrientationController::~OrientationController() {
}
void OrientationController::Shutdown() {
- CHECK(file_task_runner_);
+ CHECK(file_task_runner_.get());
StopListening();
file_task_runner_->PostTask(
FROM_HERE,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698