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

Side by Side Diff: mojo/edk/system/message_pipe_test_utils.h

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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
« no previous file with comments | « mojo/edk/system/message_pipe_perftest.cc ('k') | mojo/edk/system/message_pipe_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 #ifndef MOJO_EDK_SYSTEM_MESSAGE_PIPE_TEST_UTILS_H_ 5 #ifndef MOJO_EDK_SYSTEM_MESSAGE_PIPE_TEST_UTILS_H_
6 #define MOJO_EDK_SYSTEM_MESSAGE_PIPE_TEST_UTILS_H_ 6 #define MOJO_EDK_SYSTEM_MESSAGE_PIPE_TEST_UTILS_H_
7 7
8 #include "base/message_loop/message_loop.h" 8 #include "base/message_loop/message_loop.h"
9 #include "base/test/test_io_thread.h" 9 #include "base/test/test_io_thread.h"
10 #include "mojo/edk/embedder/simple_platform_support.h" 10 #include "mojo/edk/embedder/simple_platform_support.h"
11 #include "mojo/edk/system/test_utils.h" 11 #include "mojo/edk/system/test_utils.h"
12 #include "mojo/edk/test/multiprocess_test_helper.h" 12 #include "mojo/edk/test/multiprocess_test_helper.h"
13 #include "mojo/edk/test/scoped_ipc_support.h" 13 #include "mojo/edk/test/scoped_ipc_support.h"
14 #include "third_party/mojo/src/mojo/public/cpp/system/macros.h" 14 #include "mojo/public/cpp/system/macros.h"
15 15
16 namespace mojo { 16 namespace mojo {
17 namespace edk { 17 namespace edk {
18 18
19 class ChannelEndpoint; 19 class ChannelEndpoint;
20 class MessagePipe; 20 class MessagePipe;
21 21
22 namespace test { 22 namespace test {
23 23
24 #if !defined(OS_IOS) 24 #if !defined(OS_IOS)
(...skipping 17 matching lines...) Expand all
42 42
43 MOJO_DISALLOW_COPY_AND_ASSIGN(MultiprocessMessagePipeTestBase); 43 MOJO_DISALLOW_COPY_AND_ASSIGN(MultiprocessMessagePipeTestBase);
44 }; 44 };
45 #endif 45 #endif
46 46
47 } // namespace test 47 } // namespace test
48 } // namespace edk 48 } // namespace edk
49 } // namespace mojo 49 } // namespace mojo
50 50
51 #endif // MOJO_EDK_SYSTEM_MESSAGE_PIPE_TEST_UTILS_H_ 51 #endif // MOJO_EDK_SYSTEM_MESSAGE_PIPE_TEST_UTILS_H_
OLDNEW
« no previous file with comments | « mojo/edk/system/message_pipe_perftest.cc ('k') | mojo/edk/system/message_pipe_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698