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

Unified Diff: chrome/test/base/mojo_test_connector.h

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/mash_browser_tests_main.cc ('k') | chrome/test/base/mojo_test_connector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/mojo_test_connector.h
diff --git a/chrome/test/base/mojo_test_connector.h b/chrome/test/base/mojo_test_connector.h
index 9da36b144c01eb4ffe657d0a18c425ebb89e013c..31f4515b02388723debc8754119cda2db5335af3 100644
--- a/chrome/test/base/mojo_test_connector.h
+++ b/chrome/test/base/mojo_test_connector.h
@@ -39,7 +39,7 @@ class MojoTestConnector {
~MojoTestConnector();
// Initializes the background thread the Shell runs on.
- mojo::shell::mojom::ShellClientRequest Init();
+ shell::mojom::ShellClientRequest Init();
std::unique_ptr<content::TestState> PrepareForTest(
base::CommandLine* command_line,
@@ -49,7 +49,7 @@ class MojoTestConnector {
class NativeRunnerDelegateImpl;
std::unique_ptr<NativeRunnerDelegateImpl> native_runner_delegate_;
- mojo::shell::BackgroundShell background_shell_;
+ shell::BackgroundShell background_shell_;
DISALLOW_COPY_AND_ASSIGN(MojoTestConnector);
};
« no previous file with comments | « chrome/test/base/mash_browser_tests_main.cc ('k') | chrome/test/base/mojo_test_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698