Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(637)

Unified Diff: content/browser/mojo/mojo_shell_context.cc

Issue 1823763003: Move more files to gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Android Build Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698