| Index: chrome/browser/automation/automation_event_observers_chromeos.cc
|
| diff --git a/chrome/browser/automation/automation_event_observers_chromeos.cc b/chrome/browser/automation/automation_event_observers_chromeos.cc
|
| index 21eb366c256f4afd3565c28dd722e63dcfb150c4..f5e180d38cc75abf07143e47d1779bb6c38c6805 100644
|
| --- a/chrome/browser/automation/automation_event_observers_chromeos.cc
|
| +++ b/chrome/browser/automation/automation_event_observers_chromeos.cc
|
| @@ -39,7 +39,7 @@ void LoginEventObserver::OnLoginSuccess(
|
| }
|
|
|
| void LoginEventObserver::_NotifyLoginEvent(const std::string& error_string) {
|
| - DictionaryValue* dict = new DictionaryValue;
|
| + base::DictionaryValue* dict = new base::DictionaryValue;
|
| dict->SetString("type", "login_event");
|
| if (error_string.length())
|
| dict->SetString("error_string", error_string);
|
|
|