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

Unified Diff: content/browser/gpu/gpu_data_manager_impl_private.cc

Issue 2184943002: services/ui: Move some files into the client lib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome-gpu-in-mus-windows
Patch Set: . Created 4 years, 5 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/gpu/gpu_data_manager_impl_private.cc
diff --git a/content/browser/gpu/gpu_data_manager_impl_private.cc b/content/browser/gpu/gpu_data_manager_impl_private.cc
index 0b58845516d5114d29375952d9d8ed85792b8c65..a6ca42d5a2ff3770081b541d893a8b6bbce45b29 100644
--- a/content/browser/gpu/gpu_data_manager_impl_private.cc
+++ b/content/browser/gpu/gpu_data_manager_impl_private.cc
@@ -50,7 +50,7 @@
#endif // OS_WIN
#if defined(MOJO_SHELL_CLIENT) && defined(USE_AURA)
#include "services/shell/runner/common/client_util.h" // nogncheck
-#include "services/ui/common/gpu_service.h" // nogncheck
+#include "services/ui/public/cpp/gpu_service.h" // nogncheck
#endif
namespace content {

Powered by Google App Engine
This is Rietveld 408576698