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

Unified Diff: services/native_viewport/main.cc

Issue 769173002: Move native_viewport and gles2 service impls to //services (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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: services/native_viewport/main.cc
diff --git a/mojo/services/native_viewport/main.cc b/services/native_viewport/main.cc
similarity index 96%
rename from mojo/services/native_viewport/main.cc
rename to services/native_viewport/main.cc
index 1a71ccd4ab67b5900b2d4ff22f673c09601885f0..f0030700e89df293e9322774beb4ea3d53bc28d5 100644
--- a/mojo/services/native_viewport/main.cc
+++ b/services/native_viewport/main.cc
@@ -11,9 +11,9 @@
#include "mojo/public/cpp/application/application_delegate.h"
#include "mojo/public/cpp/application/application_impl.h"
#include "mojo/public/cpp/application/interface_factory_impl.h"
-#include "mojo/services/gles2/gpu_impl.h"
-#include "mojo/services/native_viewport/native_viewport_impl.h"
#include "mojo/services/public/cpp/native_viewport/args.h"
+#include "services/gles2/gpu_impl.h"
+#include "services/native_viewport/native_viewport_impl.h"
#include "ui/gl/gl_surface.h"
namespace mojo {

Powered by Google App Engine
This is Rietveld 408576698