Index: content/browser/utility_process_host_impl_browsertest.cc |
diff --git a/content/browser/utility_process_host_impl_browsertest.cc b/content/browser/utility_process_host_impl_browsertest.cc |
index 16a6542419173eb6368ff988c9bff43f15afb8ab..38e81a873917bd5ed7c9c78838fad981ef08e5db 100644 |
--- a/content/browser/utility_process_host_impl_browsertest.cc |
+++ b/content/browser/utility_process_host_impl_browsertest.cc |
@@ -10,7 +10,7 @@ |
#include "content/public/browser/utility_process_host_client.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 "services/shell/public/cpp/interface_provider.h" |
#include "services/shell/public/cpp/interface_registry.h" |
@@ -50,7 +50,7 @@ class UtilityProcessHostImplBrowserTest : public ContentBrowserTest { |
BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, done_closure_); |
} |
- mojom::TestMojoServicePtr service_; |
+ mojom::TestServicePtr service_; |
base::Closure done_closure_; |
}; |