| Index: content/public/browser/utility_process_host.h
|
| diff --git a/content/public/browser/utility_process_host.h b/content/public/browser/utility_process_host.h
|
| index 5b10b32b62bbb6bb64cab28258a82ec24e30011e..fa37006a18bc0d46186cf698405793598c6d85e0 100644
|
| --- a/content/public/browser/utility_process_host.h
|
| +++ b/content/public/browser/utility_process_host.h
|
| @@ -9,7 +9,7 @@
|
| #include "base/process_util.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/browser_thread.h"
|
| -#include "ipc/ipc_message.h"
|
| +#include "ipc/ipc_sender.h"
|
|
|
| class FilePath;
|
|
|
| @@ -28,7 +28,7 @@ class UtilityProcessHostClient;
|
| // Note: If your class keeps a ptr to an object of this type, grab a weak ptr to
|
| // avoid a use after free since this object is deleted synchronously but the
|
| // client notification is asynchronous. See http://crbug.com/108871.
|
| -class UtilityProcessHost : public IPC::Message::Sender,
|
| +class UtilityProcessHost : public IPC::Sender,
|
| public base::SupportsWeakPtr<UtilityProcessHost> {
|
| public:
|
| // Used to create a utility process.
|
|
|