| Index: content/public/utility/utility_thread.h
|
| diff --git a/content/public/utility/utility_thread.h b/content/public/utility/utility_thread.h
|
| index 4eb352ac0b447660ad25cfc2bbbb4d134e8b75dc..bd2bda3f10317b011eef91990facfc6af371412a 100644
|
| --- a/content/public/utility/utility_thread.h
|
| +++ b/content/public/utility/utility_thread.h
|
| @@ -8,7 +8,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "content/common/content_export.h"
|
| -#include "ipc/ipc_message.h"
|
| +#include "ipc/ipc_sender.h"
|
|
|
| #if defined(OS_WIN)
|
| #include <windows.h>
|
| @@ -16,7 +16,7 @@
|
|
|
| namespace content {
|
|
|
| -class CONTENT_EXPORT UtilityThread : public IPC::Message::Sender {
|
| +class CONTENT_EXPORT UtilityThread : public IPC::Sender {
|
| public:
|
| // Returns the one utility thread for this process. Note that this can only
|
| // be accessed when running on the utility thread itself.
|
|
|