Index: content/browser/mojo/mojo_shell_context.cc |
diff --git a/content/browser/mojo/mojo_shell_context.cc b/content/browser/mojo/mojo_shell_context.cc |
index 6aa7587a044a2e3bbca00e6d59122999cf9437b8..584d419773fdd1cd329495aa5788d7131ce5bf54 100644 |
--- a/content/browser/mojo/mojo_shell_context.cc |
+++ b/content/browser/mojo/mojo_shell_context.cc |
@@ -15,7 +15,6 @@ |
#include "base/thread_task_runner_handle.h" |
#include "components/profile_service/profile_app.h" |
#include "content/browser/gpu/gpu_process_host.h" |
-#include "content/common/gpu/gpu_process_launch_causes.h" |
#include "content/common/mojo/current_thread_loader.h" |
#include "content/common/mojo/mojo_shell_connection_impl.h" |
#include "content/common/mojo/static_loader.h" |
@@ -27,6 +26,7 @@ |
#include "content/public/common/content_client.h" |
#include "content/public/common/content_switches.h" |
#include "content/public/common/service_registry.h" |
+#include "gpu/ipc/common/gpu_process_launch_causes.h" |
#include "mojo/public/cpp/bindings/interface_request.h" |
#include "mojo/public/cpp/bindings/string.h" |
#include "mojo/services/catalog/factory.h" |
@@ -118,7 +118,7 @@ void RequestGpuProcessControl( |
mojo::InterfaceRequest<mojom::ProcessControl> request) { |
BrowserChildProcessHostDelegate* process_host = |
GpuProcessHost::Get(GpuProcessHost::GPU_PROCESS_KIND_SANDBOXED, |
- CAUSE_FOR_GPU_LAUNCH_MOJO_SETUP); |
+ gpu::CAUSE_FOR_GPU_LAUNCH_MOJO_SETUP); |
if (!process_host) { |
DLOG(ERROR) << "GPU process host not available."; |
return; |