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

Unified Diff: ash/wm/panels/panel_frame_view.h

Issue 2734683002: chromeos: Move files in //ash/common to //ash, part 2 (Closed)
Patch Set: Created 3 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 | « ash/wm/panels/attached_panel_window_targeter.cc ('k') | ash/wm/panels/panel_frame_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/panels/panel_frame_view.h
diff --git a/ash/common/wm/panels/panel_frame_view.h b/ash/wm/panels/panel_frame_view.h
similarity index 94%
rename from ash/common/wm/panels/panel_frame_view.h
rename to ash/wm/panels/panel_frame_view.h
index 6a1f2758c39ef4ef6c3814fc6bec34686c7e67d7..37e4af3d02784fabb72b5f5a2b30b886fda415cf 100644
--- a/ash/common/wm/panels/panel_frame_view.h
+++ b/ash/wm/panels/panel_frame_view.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_COMMON_WM_PANELS_PANEL_FRAME_VIEW_H_
-#define ASH_COMMON_WM_PANELS_PANEL_FRAME_VIEW_H_
+#ifndef ASH_WM_PANELS_PANEL_FRAME_VIEW_H_
+#define ASH_WM_PANELS_PANEL_FRAME_VIEW_H_
#include <memory>
@@ -80,4 +80,4 @@ class ASH_EXPORT PanelFrameView : public views::NonClientFrameView,
};
}
-#endif // ASH_COMMON_WM_PANELS_PANEL_FRAME_VIEW_H_
+#endif // ASH_WM_PANELS_PANEL_FRAME_VIEW_H_
« no previous file with comments | « ash/wm/panels/attached_panel_window_targeter.cc ('k') | ash/wm/panels/panel_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698