Index: chrome/browser/nacl_host/nacl_process_host.h |
diff --git a/chrome/browser/nacl_host/nacl_process_host.h b/chrome/browser/nacl_host/nacl_process_host.h |
index 7f67311daffd8c818b23f99ada251823c704abbb..e8d87b2f5079a8b81e44b2b3638f4fc29a35874e 100644 |
--- a/chrome/browser/nacl_host/nacl_process_host.h |
+++ b/chrome/browser/nacl_host/nacl_process_host.h |
@@ -167,7 +167,7 @@ class NaClProcessHost : public content::BrowserChildProcessHostDelegate { |
bool process_launched_by_broker_; |
#elif defined(OS_LINUX) |
bool wait_for_nacl_gdb_; |
- MessageLoopForIO::FileDescriptorWatcher nacl_gdb_watcher_; |
+ base::MessageLoopForIO::FileDescriptorWatcher nacl_gdb_watcher_; |
class NaClGdbWatchDelegate; |
scoped_ptr<NaClGdbWatchDelegate> nacl_gdb_watcher_delegate_; |