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

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: rebase again Created 7 years, 7 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
« no previous file with comments | « chrome/browser/nacl_host/nacl_browser.cc ('k') | chrome/browser/nacl_host/nacl_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « chrome/browser/nacl_host/nacl_browser.cc ('k') | chrome/browser/nacl_host/nacl_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698