Index: ash/test/shell_test_api.cc |
diff --git a/ash/test/shell_test_api.cc b/ash/test/shell_test_api.cc |
index 72b869a06f349f6222b7acc32788d2c501859967..126beabc7186ba76a7d27e2757cad8708bf74b2c 100644 |
--- a/ash/test/shell_test_api.cc |
+++ b/ash/test/shell_test_api.cc |
@@ -50,7 +50,7 @@ LauncherModel* ShellTestApi::launcher_model() { |
void ShellTestApi::DisableOutputConfiguratorAnimation() { |
#if defined(OS_CHROMEOS) |
- if (shell_->output_configurator_animation_.get()) { |
+ if (shell_->output_configurator_animation_) { |
shell_->output_configurator_->RemoveObserver( |
shell_->output_configurator_animation_.get()); |
shell_->output_configurator_animation_.reset(); |