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 584dc9ac693cdbe5c7d17f83985d8b9d4528acab..eb70b97df48e74e42910b3462b3197a6d4e8ab71 100644 |
--- a/chrome/browser/nacl_host/nacl_process_host.h |
+++ b/chrome/browser/nacl_host/nacl_process_host.h |
@@ -169,7 +169,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_; |