| Index: chrome/browser/extensions/api/messaging/native_message_process_host.h
|
| diff --git a/chrome/browser/extensions/api/messaging/native_message_process_host.h b/chrome/browser/extensions/api/messaging/native_message_process_host.h
|
| index 1d2475b5299287718052bf45fe0ea90026ae8df4..987055fc24e3402f35bc50c50662cdec76edc986 100644
|
| --- a/chrome/browser/extensions/api/messaging/native_message_process_host.h
|
| +++ b/chrome/browser/extensions/api/messaging/native_message_process_host.h
|
| @@ -34,7 +34,7 @@ namespace extensions {
|
| // thread.
|
| class NativeMessageProcessHost
|
| #if defined(OS_POSIX)
|
| - : public MessageLoopForIO::Watcher
|
| + : public base::MessageLoopForIO::Watcher
|
| #endif // !defined(OS_POSIX)
|
| {
|
| public:
|
| @@ -134,7 +134,7 @@ class NativeMessageProcessHost
|
| scoped_ptr<net::FileStream> read_stream_;
|
|
|
| #if defined(OS_POSIX)
|
| - MessageLoopForIO::FileDescriptorWatcher read_watcher_;
|
| + base::MessageLoopForIO::FileDescriptorWatcher read_watcher_;
|
| #endif // !defined(OS_POSIX)
|
|
|
| // Write stream.
|
|
|