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

Unified Diff: chrome/browser/automation/automation_event_queue.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_queue.cc
diff --git a/chrome/browser/automation/automation_event_queue.cc b/chrome/browser/automation/automation_event_queue.cc
index 9ccbe2b0ed2584321818bfbaf0aa5fe7e5e5f5c3..0e7574712c420cc1370de02ffd858f4af508a8a1 100644
--- a/chrome/browser/automation/automation_event_queue.cc
+++ b/chrome/browser/automation/automation_event_queue.cc
@@ -27,7 +27,7 @@ AutomationEventQueue::~AutomationEventQueue() {
}
AutomationEventQueue::AutomationEvent::AutomationEvent(
- int observer_id, DictionaryValue* event_value)
+ int observer_id, base::DictionaryValue* event_value)
: observer_id_(observer_id), event_value_(event_value) {}
void AutomationEventQueue::GetNextEvent(AutomationJSONReply* reply,
« no previous file with comments | « chrome/browser/automation/automation_event_queue.h ('k') | chrome/browser/automation/automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698