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