| Index: chrome/browser/automation/testing_automation_provider_chromeos.cc
|
| diff --git a/chrome/browser/automation/testing_automation_provider_chromeos.cc b/chrome/browser/automation/testing_automation_provider_chromeos.cc
|
| index f256a037360051355401675ca0fa3ae6a424255b..e1fcd7fcbe87e775decf17355653cc927ba2c735 100644
|
| --- a/chrome/browser/automation/testing_automation_provider_chromeos.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider_chromeos.cc
|
| @@ -399,8 +399,7 @@ void TestingAutomationProvider::AddLoginEventObserver(
|
| automation_event_queue_.reset(new AutomationEventQueue);
|
|
|
| int observer_id = automation_event_queue_->AddObserver(
|
| - new LoginEventObserver(automation_event_queue_.get(),
|
| - controller, this));
|
| + new LoginEventObserver(automation_event_queue_.get(), this));
|
|
|
| // Return the observer's id.
|
| DictionaryValue return_value;
|
|
|