Index: content/browser/mojo/mojo_shell_client_host.h |
diff --git a/content/browser/mojo/mojo_shell_client_host.h b/content/browser/mojo/mojo_shell_client_host.h |
index 5624643a8e724f158998ca445f8d09beecf66fd1..a525addfd3ec6e07fdc7bcc38755312522eeca92 100644 |
--- a/content/browser/mojo/mojo_shell_client_host.h |
+++ b/content/browser/mojo/mojo_shell_client_host.h |
@@ -8,8 +8,8 @@ |
#include <string> |
#include "base/process/process_handle.h" |
+#include "mojo/edk/embedder/scoped_platform_handle.h" |
#include "mojo/shell/public/interfaces/shell.mojom.h" |
-#include "third_party/mojo/src/mojo/edk/embedder/scoped_platform_handle.h" |
namespace content { |
@@ -40,7 +40,7 @@ void SendExternalMojoShellHandleToChild(base::ProcessHandle process_handle, |
mojo::CapabilityFilterPtr CreateCapabilityFilterForRenderer(); |
// Used for the broker in the new EDK. |
-mojo::embedder::ScopedPlatformHandle RegisterProcessWithBroker( |
+mojo::edk::ScopedPlatformHandle RegisterProcessWithBroker( |
base::ProcessId pid); |
} // namespace content |