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

Side by Side Diff: mojo/shell/standalone/shell_test_base.h

Issue 1630823002: Move mojo/runner to mojo/shell/standalone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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
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_RUNNER_SHELL_TEST_BASE_H_ 5 #ifndef MOJO_SHELL_STANDALONE_SHELL_TEST_BASE_H_
6 #define MOJO_RUNNER_SHELL_TEST_BASE_H_ 6 #define MOJO_SHELL_STANDALONE_SHELL_TEST_BASE_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
11 #include "base/message_loop/message_loop.h" 11 #include "base/message_loop/message_loop.h"
12 #include "mojo/public/cpp/bindings/interface_ptr_info.h" 12 #include "mojo/public/cpp/bindings/interface_ptr_info.h"
13 #include "mojo/public/cpp/system/core.h" 13 #include "mojo/public/cpp/system/core.h"
14 #include "mojo/runner/context.h" 14 #include "mojo/shell/standalone/context.h"
15 #include "testing/gtest/include/gtest/gtest.h" 15 #include "testing/gtest/include/gtest/gtest.h"
16 16
17 class GURL; 17 class GURL;
18 18
19 namespace mojo { 19 namespace mojo {
20 namespace runner { 20 namespace shell {
21 namespace test { 21 namespace test {
22 22
23 class ShellTestBase : public testing::Test { 23 class ShellTestBase : public testing::Test {
24 public: 24 public:
25 ShellTestBase(); 25 ShellTestBase();
26 ~ShellTestBase() override; 26 ~ShellTestBase() override;
27 27
28 void SetUp() override; 28 void SetUp() override;
29 void TearDown() override; 29 void TearDown() override;
30 30
(...skipping 16 matching lines...) Expand all
47 private: 47 private:
48 base::FilePath GetTestAppFilePath() const; 48 base::FilePath GetTestAppFilePath() const;
49 49
50 Context shell_context_; 50 Context shell_context_;
51 base::MessageLoop message_loop_; 51 base::MessageLoop message_loop_;
52 52
53 DISALLOW_COPY_AND_ASSIGN(ShellTestBase); 53 DISALLOW_COPY_AND_ASSIGN(ShellTestBase);
54 }; 54 };
55 55
56 } // namespace test 56 } // namespace test
57 } // namespace runner 57 } // namespace shell
58 } // namespace mojo 58 } // namespace mojo
59 59
60 #endif // MOJO_RUNNER_SHELL_TEST_BASE_H_ 60 #endif // MOJO_SHELL_STANDALONE_SHELL_TEST_BASE_H_
OLDNEW
« no previous file with comments | « mojo/shell/standalone/shell_apptest.cc ('k') | mojo/shell/standalone/shell_test_base_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698