Index: chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc |
diff --git a/chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc b/chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc |
index 36298f7f1764cc2dea8511939b9a5ee5fa735a10..080be622bcdba2286c8ab150546059550875d7a7 100644 |
--- a/chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc |
+++ b/chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc |
@@ -153,7 +153,7 @@ class NativeMessagingTest : public ::testing::Test, |
Feature::ScopedCurrentChannel current_channel_; |
scoped_ptr<NativeMessageProcessHost> native_message_process_host_; |
base::FilePath user_data_dir_; |
- MessageLoopForIO message_loop_; |
+ base::MessageLoopForIO message_loop_; |
scoped_ptr<base::RunLoop> read_message_run_loop_; |
scoped_ptr<content::TestBrowserThread> ui_thread_; |
scoped_ptr<content::TestBrowserThread> io_thread_; |