Index: ui/wm/core/image_grid.h |
diff --git a/ui/views/corewm/image_grid.h b/ui/wm/core/image_grid.h |
similarity index 97% |
rename from ui/views/corewm/image_grid.h |
rename to ui/wm/core/image_grid.h |
index 51b1b56ee627ab3ac721a627e99dc302a44dd557..054715702c2bd4a80b5c3538669cf68c6be58f0d 100644 |
--- a/ui/views/corewm/image_grid.h |
+++ b/ui/wm/core/image_grid.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 UI_VIEWS_COREWM_IMAGE_GRID_H_ |
-#define UI_VIEWS_COREWM_IMAGE_GRID_H_ |
+#ifndef UI_WM_CORE_IMAGE_GRID_H_ |
+#define UI_WM_CORE_IMAGE_GRID_H_ |
#include "base/basictypes.h" |
#include "base/gtest_prod_util.h" |
@@ -12,7 +12,7 @@ |
#include "ui/compositor/layer_delegate.h" |
#include "ui/gfx/rect.h" |
#include "ui/gfx/size.h" |
-#include "ui/views/views_export.h" |
+#include "ui/wm/core/wm_core_export.h" |
namespace gfx { |
class Image; |
@@ -57,10 +57,10 @@ namespace corewm { |
// | xXX| |
// ... |
// |
-class VIEWS_EXPORT ImageGrid { |
+class WM_CORE_EXPORT ImageGrid { |
public: |
// Helper class for use by tests. |
- class VIEWS_EXPORT TestAPI { |
+ class WM_CORE_EXPORT TestAPI { |
public: |
TestAPI(ImageGrid* grid) : grid_(grid) {} |
@@ -225,4 +225,4 @@ class VIEWS_EXPORT ImageGrid { |
} // namespace corewm |
} // namespace views |
-#endif // UI_VIEWS_COREWM_IMAGE_GRID_H_ |
+#endif // UI_WM_CORE_IMAGE_GRID_H_ |