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

Unified Diff: components/native_viewport/main.cc

Issue 1085233004: Moves services implementations out of third_party/mojo_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unnecessary changes Created 5 years, 8 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: components/native_viewport/main.cc
diff --git a/components/native_viewport/main.cc b/components/native_viewport/main.cc
index ca8fa0596bacdd118db27d1d44340ff695a31eec..2468612e212a15cc3d9556b966adbb3d3b7bac86 100644
--- a/components/native_viewport/main.cc
+++ b/components/native_viewport/main.cc
@@ -9,6 +9,7 @@
#include "base/message_loop/message_loop.h"
#include "components/gles2/gpu_impl.h"
#include "components/native_viewport/native_viewport_impl.h"
+#include "components/native_viewport/public/cpp/args.h"
#include "mojo/application/application_runner_chromium.h"
#include "mojo/common/tracing_impl.h"
#include "third_party/mojo/src/mojo/public/c/system/main.h"
@@ -16,7 +17,6 @@
#include "third_party/mojo/src/mojo/public/cpp/application/application_delegate.h"
#include "third_party/mojo/src/mojo/public/cpp/application/application_impl.h"
#include "third_party/mojo/src/mojo/public/cpp/application/interface_factory_impl.h"
-#include "third_party/mojo_services/src/native_viewport/public/cpp/args.h"
#include "ui/events/event_switches.h"
#include "ui/gl/gl_surface.h"

Powered by Google App Engine
This is Rietveld 408576698