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

Unified Diff: mash/wm/frame/move_loop.h

Issue 1459653002: Gets mustash frames looking like that of ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update test Created 5 years, 1 month 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 | « mash/wm/frame/header_painter_util.cc ('k') | mash/wm/frame/move_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/frame/move_loop.h
diff --git a/mash/wm/move_loop.h b/mash/wm/frame/move_loop.h
similarity index 94%
rename from mash/wm/move_loop.h
rename to mash/wm/frame/move_loop.h
index fd1a3e77b8857458336c2766a938e6d7afec9bf4..12ca46e0a3901bb097fc13beab84455c9177d806 100644
--- a/mash/wm/move_loop.h
+++ b/mash/wm/frame/move_loop.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 MASH_WM_MOVE_LOOP_H_
-#define MASH_WM_MOVE_LOOP_H_
+#ifndef MASH_WM_FRAME_MOVE_LOOP_H_
+#define MASH_WM_FRAME_MOVE_LOOP_H_
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
@@ -12,6 +12,9 @@
#include "ui/gfx/geometry/point.h"
#include "ui/gfx/geometry/rect.h"
+namespace mash {
+namespace wm {
+
// MoveLoop is responsible for moving/resizing windows.
class MoveLoop : public mus::WindowObserver {
public:
@@ -112,4 +115,7 @@ class MoveLoop : public mus::WindowObserver {
DISALLOW_COPY_AND_ASSIGN(MoveLoop);
};
-#endif // MASH_WM_MOVE_LOOP_H_
+} // namespace wm
+} // namespace mash
+
+#endif // MASH_WM_FRAME_MOVE_LOOP_H_
« no previous file with comments | « mash/wm/frame/header_painter_util.cc ('k') | mash/wm/frame/move_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698