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

Unified Diff: content/browser/utility_process_mojo_client_browsertest.cc

Issue 2387263002: Rename MojoShellContext -> ServiceManagerContext. (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 | « content/browser/utility_process_host_impl_browsertest.cc ('k') | content/public/test/test_mojo_app.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/utility_process_mojo_client_browsertest.cc
diff --git a/content/browser/utility_process_mojo_client_browsertest.cc b/content/browser/utility_process_mojo_client_browsertest.cc
index 9c38951893c983a42790d2dabb3863e114dfb337..e3f031a65e02d539639a0254480e6761779ab81f 100644
--- a/content/browser/utility_process_mojo_client_browsertest.cc
+++ b/content/browser/utility_process_mojo_client_browsertest.cc
@@ -13,7 +13,7 @@
#include "base/strings/utf_string_conversions.h"
#include "content/public/common/content_switches.h"
#include "content/public/test/content_browser_test.h"
-#include "content/public/test/test_mojo_service.mojom.h"
+#include "content/public/test/test_service.mojom.h"
namespace content {
@@ -21,7 +21,7 @@ namespace content {
class UtilityProcessMojoClientBrowserTest : public ContentBrowserTest {
public:
void StartMojoService(bool disable_sandbox) {
- mojo_client_.reset(new UtilityProcessMojoClient<mojom::TestMojoService>(
+ mojo_client_.reset(new UtilityProcessMojoClient<mojom::TestService>(
base::ASCIIToUTF16("TestMojoProcess")));
mojo_client_->set_error_callback(
@@ -56,7 +56,7 @@ class UtilityProcessMojoClientBrowserTest : public ContentBrowserTest {
}
protected:
- std::unique_ptr<UtilityProcessMojoClient<mojom::TestMojoService>>
+ std::unique_ptr<UtilityProcessMojoClient<mojom::TestService>>
mojo_client_;
base::Closure done_closure_;
« no previous file with comments | « content/browser/utility_process_host_impl_browsertest.cc ('k') | content/public/test/test_mojo_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698