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

Side by Side Diff: chrome/utility/importer/firefox_importer_unittest_utils_mac.cc

Issue 19569006: Use a direct include of the message_loop header in chrome/test/, chrome/tools/, chrome/utility/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/utility/importer/firefox_importer_unittest_utils.h" 5 #include "chrome/utility/importer/firefox_importer_unittest_utils.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/bind.h" 8 #include "base/bind.h"
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/file_util.h" 10 #include "base/file_util.h"
11 #include "base/files/file_path.h" 11 #include "base/files/file_path.h"
12 #include "base/message_loop.h" 12 #include "base/message_loop/message_loop.h"
13 #include "base/test/test_timeouts.h" 13 #include "base/test/test_timeouts.h"
14 #include "chrome/common/importer/firefox_importer_utils.h" 14 #include "chrome/common/importer/firefox_importer_utils.h"
15 #include "ipc/ipc_channel.h" 15 #include "ipc/ipc_channel.h"
16 #include "ipc/ipc_descriptors.h" 16 #include "ipc/ipc_descriptors.h"
17 #include "ipc/ipc_listener.h" 17 #include "ipc/ipc_listener.h"
18 #include "ipc/ipc_message.h" 18 #include "ipc/ipc_message.h"
19 #include "ipc/ipc_multiprocess_test.h" 19 #include "ipc/ipc_multiprocess_test.h"
20 #include "ipc/ipc_switches.h" 20 #include "ipc/ipc_switches.h"
21 #include "testing/multiprocess_func_list.h" 21 #include "testing/multiprocess_func_list.h"
22 22
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 271
272 IPC::Channel channel(kTestChannelID, IPC::Channel::MODE_CLIENT, &listener); 272 IPC::Channel channel(kTestChannelID, IPC::Channel::MODE_CLIENT, &listener);
273 CHECK(channel.Connect()); 273 CHECK(channel.Connect());
274 listener.SetSender(&channel); 274 listener.SetSender(&channel);
275 275
276 // run message loop 276 // run message loop
277 base::MessageLoop::current()->Run(); 277 base::MessageLoop::current()->Run();
278 278
279 return 0; 279 return 0;
280 } 280 }
OLDNEW
« no previous file with comments | « chrome/utility/importer/firefox3_importer.cc ('k') | chrome/utility/local_discovery/service_discovery_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698