Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index e54163dc907dcfcea94b53d584169b6a4272bf73..192d9d72beb66aea64bc200c3a07837e98b665ad 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -1062,7 +1062,7 @@ void Shell::Init(const ShellInitParams& init_params) { |
// Set accelerator controller delegates. |
accelerator_controller_->SetBrightnessControlDelegate( |
scoped_ptr<ash::BrightnessControlDelegate>( |
- new ash::system::BrightnessControllerChromeos).Pass()); |
+ new ash::system::BrightnessControllerChromeos)); |
power_event_observer_.reset(new PowerEventObserver()); |
user_activity_notifier_.reset( |