Index: content/browser/renderer_host/render_process_host_browsertest.cc |
diff --git a/content/browser/renderer_host/render_process_host_browsertest.cc b/content/browser/renderer_host/render_process_host_browsertest.cc |
index 56eaf762b936799eeca4871648a9e3459a7bdec1..01531ecc612be7b8ecf7977f7c9ed72b5903e3b3 100644 |
--- a/content/browser/renderer_host/render_process_host_browsertest.cc |
+++ b/content/browser/renderer_host/render_process_host_browsertest.cc |
@@ -16,7 +16,7 @@ |
#include "content/public/common/url_constants.h" |
#include "content/public/test/content_browser_test.h" |
#include "content/public/test/content_browser_test_utils.h" |
-#include "content/public/test/test_mojo_service.mojom.h" |
+#include "content/public/test/test_service.mojom.h" |
#include "content/shell/browser/shell.h" |
#include "net/test/embedded_test_server/embedded_test_server.h" |
#include "services/shell/public/cpp/interface_provider.h" |
@@ -222,7 +222,7 @@ IN_PROC_BROWSER_TEST_F(RenderProcessHostTest, KillProcessOnBadMojoMessage) { |
process_exits_ = 0; |
rph->AddObserver(this); |
- mojom::TestMojoServicePtr service; |
+ mojom::TestServicePtr service; |
rph->GetRemoteInterfaces()->GetInterface(&service); |
base::RunLoop run_loop; |