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 4b926b768e4c6f41f613bc6179d970452a7bb1a3..7f4cfd703171f957cf0b6326d3077b9af0e8d750 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_; |