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

Unified Diff: chrome/browser/automation/automation_event_observers.h

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.h
diff --git a/chrome/browser/automation/automation_event_observers.h b/chrome/browser/automation/automation_event_observers.h
index 03c2af5b13527ac3836e79fe19d7448e6013b377..a509e36a28bea41e4d7716b9fb20534ddf24acbc 100644
--- a/chrome/browser/automation/automation_event_observers.h
+++ b/chrome/browser/automation/automation_event_observers.h
@@ -25,7 +25,7 @@ class AutomationEventObserver {
virtual ~AutomationEventObserver();
virtual void Init(int observer_id);
- void NotifyEvent(DictionaryValue* value);
+ void NotifyEvent(base::DictionaryValue* value);
int GetId() const;
protected:
« no previous file with comments | « chrome/browser/autocomplete/zero_suggest_provider.cc ('k') | chrome/browser/automation/automation_event_observers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698