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

Unified Diff: components/native_viewport/platform_viewport.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/platform_viewport.h
diff --git a/components/native_viewport/platform_viewport.h b/components/native_viewport/platform_viewport.h
index 5ab69618d8d5702e8007b7f07fd3ce0aaf892bb8..3e5811928529e50bf2c30a18370d8ece50fc34f7 100644
--- a/components/native_viewport/platform_viewport.h
+++ b/components/native_viewport/platform_viewport.h
@@ -6,10 +6,10 @@
#define COMPONENTS_NATIVE_VIEWPORT_PLATFORM_VIEWPORT_H_
#include "base/memory/scoped_ptr.h"
-#include "third_party/mojo_services/src/input_events/public/interfaces/input_events.mojom.h"
-#include "third_party/mojo_services/src/native_viewport/public/interfaces/native_viewport.mojom.h"
+#include "components/native_viewport/public/interfaces/native_viewport.mojom.h"
#include "ui/gfx/geometry/size.h"
#include "ui/gfx/native_widget_types.h"
+#include "ui/mojo/events/input_events.mojom.h"
namespace gfx {
class Rect;

Powered by Google App Engine
This is Rietveld 408576698