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

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: fix header include guard 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 68%
rename from ash/launcher/launcher_alignment_menu.h
rename to ash/shelf/shelf_alignment_menu.h
index f5e551f34cbaaf7bec87b2f49458652e4c09afb6..f3d78dac085b141c5c2ac6a4e7343b47037ffa44 100644
--- a/ash/launcher/launcher_alignment_menu.h
+++ b/ash/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_WM_LAUNCHER_LAUNCHER_ALIGNMENT_MENU_H_
-#define ASH_WM_LAUNCHER_LAUNCHER_ALIGNMENT_MENU_H_
+#ifndef ASH_SHELF_SHELF_ALIGNMENT_MENU_H_
tfarina 2013/09/07 15:53:55 Fixed. :p
+#define ASH_SHELF_SHELF_ALIGNMENT_MENU_H_
#include "ash/ash_export.h"
#include "base/basictypes.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,9 +40,9 @@ class ASH_EXPORT LauncherAlignmentMenu : public ui::SimpleMenuModel,
aura::RootWindow* root_window_;
- DISALLOW_COPY_AND_ASSIGN(LauncherAlignmentMenu);
+ DISALLOW_COPY_AND_ASSIGN(ShelfAlignmentMenu);
};
} // namespace ash
-#endif // ASH_WM_LAUNCHER_LAUNCHER_ALIGNMENT_MENU_H_
+#endif // ASH_SHELF_SHELF_ALIGNMENT_MENU_H_
« 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