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

Unified Diff: ash/wm/common/default_window_resizer.h

Issue 1921973004: Moves DefaultWindowResizer to common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@first_move
Patch Set: merge 2 trunk Created 4 years, 8 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 | « ash/ash.gyp ('k') | ash/wm/common/default_window_resizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/default_window_resizer.h
diff --git a/ash/wm/default_window_resizer.h b/ash/wm/common/default_window_resizer.h
similarity index 90%
rename from ash/wm/default_window_resizer.h
rename to ash/wm/common/default_window_resizer.h
index a302623fd701d909ccb6f0acd398a9482fcae71b..de34b064bed42d8feff268962116d24fba39de39 100644
--- a/ash/wm/default_window_resizer.h
+++ b/ash/wm/common/default_window_resizer.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 ASH_WM_DEFAULT_WINDOW_RESIZER_H_
-#define ASH_WM_DEFAULT_WINDOW_RESIZER_H_
+#ifndef ASH_WM_COMMON_DEFAULT_WINDOW_RESIZER_H_
+#define ASH_WM_COMMON_DEFAULT_WINDOW_RESIZER_H_
#include "ash/wm/common/window_resizer.h"
#include "base/compiler_specific.h"
@@ -50,4 +50,4 @@ class ASH_EXPORT DefaultWindowResizer : public WindowResizer {
} // namespace aura
-#endif // ASH_WM_DEFAULT_WINDOW_RESIZER_H_
+#endif // ASH_WM_COMMON_DEFAULT_WINDOW_RESIZER_H_
« no previous file with comments | « ash/ash.gyp ('k') | ash/wm/common/default_window_resizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698