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

Unified Diff: ash/common/shelf/shelf_alignment_menu.h

Issue 2046563012: mash: Move shelf menu code to //ash/common/shelf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/common/shelf/shelf_alignment_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/shelf_alignment_menu.h
diff --git a/ash/shelf/shelf_alignment_menu.h b/ash/common/shelf/shelf_alignment_menu.h
similarity index 88%
rename from ash/shelf/shelf_alignment_menu.h
rename to ash/common/shelf/shelf_alignment_menu.h
index da628c4e73c63da74891b575c0e162f049eea51e..c283466e7170ac3bda75cf816efdf6dd7f257048 100644
--- a/ash/shelf/shelf_alignment_menu.h
+++ b/ash/common/shelf/shelf_alignment_menu.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_SHELF_SHELF_ALIGNMENT_MENU_H_
-#define ASH_SHELF_SHELF_ALIGNMENT_MENU_H_
+#ifndef ASH_COMMON_SHELF_SHELF_ALIGNMENT_MENU_H_
+#define ASH_COMMON_SHELF_SHELF_ALIGNMENT_MENU_H_
#include "ash/ash_export.h"
#include "base/macros.h"
@@ -42,4 +42,4 @@ class ASH_EXPORT ShelfAlignmentMenu : public ui::SimpleMenuModel,
} // namespace ash
-#endif // ASH_SHELF_SHELF_ALIGNMENT_MENU_H_
+#endif // ASH_COMMON_SHELF_SHELF_ALIGNMENT_MENU_H_
« no previous file with comments | « ash/ash.gyp ('k') | ash/common/shelf/shelf_alignment_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698