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

Unified Diff: sky/shell/ui/platform_impl.h

Issue 1237043002: Delete //sky/services/platform (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « sky/shell/ui/engine.cc ('k') | sky/shell/ui/platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « sky/shell/ui/engine.cc ('k') | sky/shell/ui/platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698