Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1939)

Unified Diff: chrome/browser/nacl_host/nacl_process_host.h

Issue 14113053: chrome: Use base::MessageLoop. (Part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698