| Index: chrome/browser/history/history_extension_api.h
|
| diff --git a/chrome/browser/history/history_extension_api.h b/chrome/browser/history/history_extension_api.h
|
| index bd5b2f2c5bc90d0ef861609ad39c2833d20a5b15..e2443c0feba31bede9199f8d61f1168258a3843a 100644
|
| --- a/chrome/browser/history/history_extension_api.h
|
| +++ b/chrome/browser/history/history_extension_api.h
|
| @@ -14,6 +14,10 @@
|
| #include "chrome/browser/history/history_notifications.h"
|
| #include "content/public/browser/notification_registrar.h"
|
|
|
| +namespace base {
|
| +class ListValue;
|
| +}
|
| +
|
| // Observes History service and routes the notifications as events to the
|
| // extension system.
|
| class HistoryExtensionEventRouter : public content::NotificationObserver {
|
| @@ -37,7 +41,7 @@ class HistoryExtensionEventRouter : public content::NotificationObserver {
|
|
|
| void DispatchEvent(Profile* profile,
|
| const char* event_name,
|
| - const std::string& json_args);
|
| + base::ListValue* event_args);
|
|
|
| // Used for tracking registrations to history service notifications.
|
| content::NotificationRegistrar registrar_;
|
|
|