Index: chrome/browser/automation/automation_provider_observers.h |
=================================================================== |
--- chrome/browser/automation/automation_provider_observers.h (revision 92173) |
+++ chrome/browser/automation/automation_provider_observers.h (working copy) |
@@ -84,7 +84,7 @@ |
// stop_time_ms values may be null if WaitForInitialLoads has not finished. |
// Only includes entries for the |tab_count| tabs we are monitoring. |
// There is no defined ordering of the return value. |
- DictionaryValue* GetTimingInformation() const; |
+ base::DictionaryValue* GetTimingInformation() const; |
private: |
class TabTime; |
@@ -1250,7 +1250,7 @@ |
scoped_ptr<IPC::Message> reply_message_; |
CancelableRequestConsumer* consumer_; |
CancelableRequestProvider::Handle request_; |
- scoped_ptr<DictionaryValue> ntp_info_; |
+ scoped_ptr<base::DictionaryValue> ntp_info_; |
history::TopSites* top_sites_; |
NotificationRegistrar registrar_; |