Index: ui/ozone/public/overlay_candidates_ozone.h |
diff --git a/ui/gfx/ozone/overlay_candidates_ozone.h b/ui/ozone/public/overlay_candidates_ozone.h |
similarity index 83% |
rename from ui/gfx/ozone/overlay_candidates_ozone.h |
rename to ui/ozone/public/overlay_candidates_ozone.h |
index da8a4bbb6fb8b54f84d1e65e20d38635766f1d2f..e33de5648373658e2038517f66d235dffc6e07de 100644 |
--- a/ui/gfx/ozone/overlay_candidates_ozone.h |
+++ b/ui/ozone/public/overlay_candidates_ozone.h |
@@ -2,22 +2,22 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef UI_GFX_OZONE_OVERLAY_CANDIDATES_OZONE_H_ |
-#define UI_GFX_OZONE_OVERLAY_CANDIDATES_OZONE_H_ |
+#ifndef UI_OZONE_PUBLIC_OVERLAY_CANDIDATES_OZONE_H_ |
+#define UI_OZONE_PUBLIC_OVERLAY_CANDIDATES_OZONE_H_ |
#include <vector> |
#include "base/basictypes.h" |
-#include "ui/gfx/gfx_export.h" |
-#include "ui/gfx/ozone/surface_factory_ozone.h" |
#include "ui/gfx/rect_f.h" |
+#include "ui/ozone/ozone_base_export.h" |
+#include "ui/ozone/public/surface_factory_ozone.h" |
-namespace gfx { |
+namespace ui { |
// This class can be used to answer questions about possible overlay |
// configurations for a particular output device. We get an instance of this |
// class from SurfaceFactoryOzone given an AcceleratedWidget. |
-class GFX_EXPORT OverlayCandidatesOzone { |
+class OZONE_BASE_EXPORT OverlayCandidatesOzone { |
public: |
struct OverlaySurfaceCandidate { |
OverlaySurfaceCandidate(); |
@@ -51,6 +51,6 @@ class GFX_EXPORT OverlayCandidatesOzone { |
virtual ~OverlayCandidatesOzone(); |
}; |
-} // namespace gfx |
+} // namespace ui |
-#endif // UI_GFX_OZONE_OVERLAY_CANDIDATES_OZONE_H_ |
+#endif // UI_OZONE_PUBLIC_OVERLAY_CANDIDATES_OZONE_H_ |