Index: sky/shell/ui/platform_impl.h |
diff --git a/sky/services/platform/platform_impl.h b/sky/shell/ui/platform_impl.h |
similarity index 78% |
rename from sky/services/platform/platform_impl.h |
rename to sky/shell/ui/platform_impl.h |
index 737edd4a02fb40c6ebe1729602d1ae7a5de477b6..669e8c2b3129ae6d37737d00db5b22c32638a71c 100644 |
--- a/sky/services/platform/platform_impl.h |
+++ b/sky/shell/ui/platform_impl.h |
@@ -2,17 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SKY_VIEWER_PLATFORM_PLATFORM_IMPL_H_ |
-#define SKY_VIEWER_PLATFORM_PLATFORM_IMPL_H_ |
+#ifndef SKY_SHELL_UI_PLATFORM_IMPL_H_ |
+#define SKY_SHELL_UI_PLATFORM_IMPL_H_ |
#include "base/message_loop/message_loop.h" |
#include "sky/engine/public/platform/Platform.h" |
-namespace mojo { |
-class ApplicationImpl; |
-} |
- |
namespace sky { |
+namespace shell { |
class PlatformImpl : public blink::Platform { |
public: |
@@ -29,6 +26,7 @@ class PlatformImpl : public blink::Platform { |
DISALLOW_COPY_AND_ASSIGN(PlatformImpl); |
}; |
+} // namespace shell |
} // namespace sky |
-#endif // SKY_VIEWER_PLATFORM_PLATFORM_IMPL_H_ |
+#endif // SKY_SHELL_UI_PLATFORM_IMPL_H_ |