Index: content/browser/mojo_sandbox_browsertest.cc |
diff --git a/content/browser/mojo_sandbox_browsertest.cc b/content/browser/mojo_sandbox_browsertest.cc |
index 19aefa6492baa749f2d767772c9d99a2232f64c4..4a1ef7e68b764a7028dae827fa16476f248b72b7 100644 |
--- a/content/browser/mojo_sandbox_browsertest.cc |
+++ b/content/browser/mojo_sandbox_browsertest.cc |
@@ -13,7 +13,7 @@ |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/utility_process_host_client.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" |
#include "services/shell/public/cpp/interface_provider.h" |
namespace content { |
@@ -62,7 +62,7 @@ class MojoSandboxTest : public ContentBrowserTest { |
IN_PROC_BROWSER_TEST_F(MojoSandboxTest, SubprocessSharedBuffer) { |
// Ensures that a shared buffer can be created within a sandboxed process. |
- mojom::TestMojoServicePtr test_service; |
+ mojom::TestServicePtr test_service; |
host_->GetRemoteInterfaces()->GetInterface(&test_service); |
bool got_response = false; |