Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Unified Diff: chrome/browser/automation/automation_event_observers_chromeos.cc

Issue 106433007: Update some uses of Value in chrome/browser to use the base:: namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « chrome/browser/automation/automation_event_observers.cc ('k') | chrome/browser/automation/automation_event_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698