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

Unified Diff: services/native_viewport/platform_viewport_headless.h

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/platform_viewport_headless.h
diff --git a/mojo/services/native_viewport/platform_viewport_headless.h b/services/native_viewport/platform_viewport_headless.h
similarity index 78%
rename from mojo/services/native_viewport/platform_viewport_headless.h
rename to services/native_viewport/platform_viewport_headless.h
index ba2a5b15d6dd7f3763135b1770d2a6b4f516108f..50617930bc68a580bbdc2d3be77d9c75d0ce4449 100644
--- a/mojo/services/native_viewport/platform_viewport_headless.h
+++ b/services/native_viewport/platform_viewport_headless.h
@@ -2,8 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#ifndef SERVICES_NATIVE_VIEWPORT_PLATFORM_VIEWPORT_HEADLESS_H_
+#define SERVICES_NATIVE_VIEWPORT_PLATFORM_VIEWPORT_HEADLESS_H_
+
#include "base/macros.h"
-#include "mojo/services/native_viewport/platform_viewport.h"
+#include "services/native_viewport/platform_viewport.h"
#include "ui/gfx/rect.h"
namespace mojo {
@@ -34,3 +37,5 @@ class PlatformViewportHeadless : public PlatformViewport {
};
} // namespace mojo
+
+#endif // SERVICES_NATIVE_VIEWPORT_PLATFORM_VIEWPORT_HEADLESS_H_
« no previous file with comments | « services/native_viewport/platform_viewport_android.cc ('k') | services/native_viewport/platform_viewport_headless.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698