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_ |