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

Unified Diff: services/sky/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 | « services/sky/BUILD.gn ('k') | services/sky/platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/sky/platform_impl.h
diff --git a/sky/services/platform/platform_impl.h b/services/sky/platform_impl.h
similarity index 71%
copy from sky/services/platform/platform_impl.h
copy to services/sky/platform_impl.h
index 737edd4a02fb40c6ebe1729602d1ae7a5de477b6..c52a9be426151690d21b34b95fbabf7eb29a19e7 100644
--- a/sky/services/platform/platform_impl.h
+++ b/services/sky/platform_impl.h
@@ -1,17 +1,13 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// 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 SERVICES_SKY_PLATFORM_PLATFORM_IMPL_H_
+#define SERVICES_SKY_PLATFORM_PLATFORM_IMPL_H_
#include "base/message_loop/message_loop.h"
#include "sky/engine/public/platform/Platform.h"
-namespace mojo {
-class ApplicationImpl;
-}
-
namespace sky {
class PlatformImpl : public blink::Platform {
@@ -31,4 +27,4 @@ class PlatformImpl : public blink::Platform {
} // namespace sky
-#endif // SKY_VIEWER_PLATFORM_PLATFORM_IMPL_H_
+#endif // SERVICES_SKY_PLATFORM_PLATFORM_IMPL_H_
« no previous file with comments | « services/sky/BUILD.gn ('k') | services/sky/platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698