| Index: chrome/browser/extensions/extension_event_router.h
|
| diff --git a/chrome/browser/extensions/extension_event_router.h b/chrome/browser/extensions/extension_event_router.h
|
| index 42a649cfd9a77c7c128f3724cacc9f15ca652cbd..bbb3e22d4858e9803d1621496229333ff83acc4a 100644
|
| --- a/chrome/browser/extensions/extension_event_router.h
|
| +++ b/chrome/browser/extensions/extension_event_router.h
|
| @@ -15,7 +15,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| -#include "ipc/ipc_message.h"
|
| +#include "ipc/ipc_sender.h"
|
|
|
| class GURL;
|
| class ExtensionHost;
|
| @@ -42,7 +42,7 @@ class ExtensionEventRouter : public content::NotificationObserver {
|
|
|
| // Sends an event via ipc_sender to the given extension. Can be called on
|
| // any thread.
|
| - static void DispatchEvent(IPC::Message::Sender* ipc_sender,
|
| + static void DispatchEvent(IPC::Sender* ipc_sender,
|
| const std::string& extension_id,
|
| const std::string& event_name,
|
| const std::string& event_args,
|
|
|