Index: chromecast/public/cast_egl_platform.h |
diff --git a/chromecast/ozone/cast_egl_platform.h b/chromecast/public/cast_egl_platform.h |
similarity index 93% |
rename from chromecast/ozone/cast_egl_platform.h |
rename to chromecast/public/cast_egl_platform.h |
index 624750919989a19037dfb7d9ecaced2ca8b5eb51..c400bb6bb2c50f8c0cda2b030e2adfbd87009b4a 100644 |
--- a/chromecast/ozone/cast_egl_platform.h |
+++ b/chromecast/public/cast_egl_platform.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROMECAST_OZONE_CAST_EGL_PLATFORM_H_ |
-#define CHROMECAST_OZONE_CAST_EGL_PLATFORM_H_ |
+#ifndef CHROMECAST_PUBLIC_CAST_EGL_PLATFORM_H_ |
+#define CHROMECAST_PUBLIC_CAST_EGL_PLATFORM_H_ |
#include "ui/ozone/public/surface_factory_ozone.h" |
@@ -12,7 +12,6 @@ class Size; |
} |
namespace chromecast { |
-namespace ozone { |
// Interface representing all the hardware-specific elements of an Ozone |
// implementation for Cast. Supply an implementation of this interface |
@@ -63,7 +62,6 @@ class CastEglPlatform { |
virtual void DestroyWindow(intptr_t window) = 0; |
}; |
-} // namespace ozone |
} // namespace chromecast |
-#endif // CHROMECAST_OZONE_CAST_EGL_PLATFORM_H_ |
+#endif // CHROMECAST_PUBLIC_CAST_EGL_PLATFORM_H_ |