| Index: chrome/browser/automation/testing_automation_provider_chromeos.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/automation/testing_automation_provider_chromeos.cc	(revision 161187)
 | 
| +++ chrome/browser/automation/testing_automation_provider_chromeos.cc	(working copy)
 | 
| @@ -399,8 +399,7 @@
 | 
|      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;
 | 
| 
 |