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

Unified Diff: ash/common/shelf/shelf_menu_model.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/common/shelf/shelf_alignment_menu.cc ('k') | ash/shelf/shelf_alignment_menu.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/shelf_menu_model.h
diff --git a/ash/shelf/shelf_menu_model.h b/ash/common/shelf/shelf_menu_model.h
similarity index 84%
rename from ash/shelf/shelf_menu_model.h
rename to ash/common/shelf/shelf_menu_model.h
index 020b30b47cb4dc0ddb89282a9d03721eee97c820..bea77702736074e95b7f8627687fbd13cc567c4c 100644
--- a/ash/shelf/shelf_menu_model.h
+++ b/ash/common/shelf/shelf_menu_model.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_MENU_MODEL_H_
-#define ASH_SHELF_SHELF_MENU_MODEL_H_
+#ifndef ASH_COMMON_SHELF_SHELF_MENU_MODEL_H_
+#define ASH_COMMON_SHELF_SHELF_MENU_MODEL_H_
#include "ash/ash_export.h"
#include "base/macros.h"
@@ -27,4 +27,4 @@ class ASH_EXPORT ShelfMenuModel : public ui::SimpleMenuModel {
} // namespace ash
-#endif // ASH_SHELF_SHELF_MENU_MODEL_H_
+#endif // ASH_COMMON_SHELF_SHELF_MENU_MODEL_H_
« no previous file with comments | « ash/common/shelf/shelf_alignment_menu.cc ('k') | ash/shelf/shelf_alignment_menu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698