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

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

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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_manifest.json ('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 552fdf474292aa8b148aed4b32dd41dd3b281330..bc3ccae4e18bcfdc040a903c91a91f17d9e04bc1 100644
--- a/chrome/test/base/mojo_test_connector.h
+++ b/chrome/test/base/mojo_test_connector.h
@@ -38,7 +38,7 @@ class MojoTestConnector {
~MojoTestConnector();
// Initializes the background thread the Shell runs on.
- shell::mojom::ServiceRequest Init();
+ service_manager::mojom::ServiceRequest Init();
std::unique_ptr<content::TestState> PrepareForTest(
base::CommandLine* command_line,
@@ -49,7 +49,7 @@ class MojoTestConnector {
std::unique_ptr<NativeRunnerDelegateImpl> native_runner_delegate_;
- shell::BackgroundShell background_shell_;
+ service_manager::BackgroundShell background_shell_;
DISALLOW_COPY_AND_ASSIGN(MojoTestConnector);
};
« no previous file with comments | « chrome/test/base/mash_browser_tests_manifest.json ('k') | chrome/test/base/mojo_test_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698