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

Unified Diff: ui/wm/core/image_grid.h

Issue 194843004: Move files from ui/views/corewm to ui/wm/core (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 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 | « ui/wm/core/focus_rules.h ('k') | ui/wm/core/image_grid.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ui/wm/core/focus_rules.h ('k') | ui/wm/core/image_grid.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698