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

Unified Diff: ash/shelf/shelf_alignment_menu.h

Issue 23983013: ash: Rename LauncherAlignmentMenu to ShelfAlignmentMenu and move to shelf/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/launcher/launcher_alignment_menu.cc ('k') | ash/shelf/shelf_alignment_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_alignment_menu.h
diff --git a/ash/launcher/launcher_alignment_menu.h b/ash/shelf/shelf_alignment_menu.h
similarity index 79%
rename from ash/launcher/launcher_alignment_menu.h
rename to ash/shelf/shelf_alignment_menu.h
index f5e551f34cbaaf7bec87b2f49458652e4c09afb6..b213aa0dbcf4b11c3ddb3cd92092453435c8fb28 100644
--- a/ash/launcher/launcher_alignment_menu.h
+++ b/ash/shelf/shelf_alignment_menu.h
@@ -16,11 +16,11 @@ class RootWindow;
namespace ash {
// Submenu for choosing the alignment of the launcher.
-class ASH_EXPORT LauncherAlignmentMenu : public ui::SimpleMenuModel,
- public ui::SimpleMenuModel::Delegate {
+class ASH_EXPORT ShelfAlignmentMenu : public ui::SimpleMenuModel,
+ public ui::SimpleMenuModel::Delegate {
public:
- explicit LauncherAlignmentMenu(aura::RootWindow* root);
- virtual ~LauncherAlignmentMenu();
+ explicit ShelfAlignmentMenu(aura::RootWindow* root);
+ virtual ~ShelfAlignmentMenu();
// ui::SimpleMenuModel::Delegate overrides:
virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
@@ -40,7 +40,7 @@ class ASH_EXPORT LauncherAlignmentMenu : public ui::SimpleMenuModel,
aura::RootWindow* root_window_;
- DISALLOW_COPY_AND_ASSIGN(LauncherAlignmentMenu);
+ DISALLOW_COPY_AND_ASSIGN(ShelfAlignmentMenu);
};
} // namespace ash
« no previous file with comments | « ash/launcher/launcher_alignment_menu.cc ('k') | ash/shelf/shelf_alignment_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698