| 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,
|
|
|