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

Unified Diff: components/native_viewport/native_viewport_impl.h

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/native_viewport_impl.h
diff --git a/components/native_viewport/native_viewport_impl.h b/components/native_viewport/native_viewport_impl.h
index 8a8f3fbf537c337f163eae841c2403f99f1edd80..93d729b504ae29003d76fd51c450d8a5156106ee 100644
--- a/components/native_viewport/native_viewport_impl.h
+++ b/components/native_viewport/native_viewport_impl.h
@@ -9,11 +9,11 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
+#include "components/gpu/public/interfaces/gpu.mojom.h"
#include "components/native_viewport/onscreen_context_provider.h"
#include "components/native_viewport/platform_viewport.h"
+#include "components/native_viewport/public/interfaces/native_viewport.mojom.h"
#include "third_party/mojo/src/mojo/public/cpp/bindings/strong_binding.h"
-#include "third_party/mojo_services/src/gpu/public/interfaces/gpu.mojom.h"
-#include "third_party/mojo_services/src/native_viewport/public/interfaces/native_viewport.mojom.h"
#include "ui/gfx/geometry/rect.h"
namespace gles2 {

Powered by Google App Engine
This is Rietveld 408576698