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: |