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

Unified Diff: ash/shell/context_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
Index: ash/shell/context_menu.h
diff --git a/ash/shell/context_menu.h b/ash/shell/context_menu.h
index 34d20428ae2761783f2dbea24149005ae1f3b004..a07310ece953574e2e369b9feca5ac01cd9fd6eb 100644
--- a/ash/shell/context_menu.h
+++ b/ash/shell/context_menu.h
@@ -5,7 +5,7 @@
#ifndef ASH_SHELL_CONTEXT_MENU_H_
#define ASH_SHELL_CONTEXT_MENU_H_
-#include "ash/launcher/launcher_alignment_menu.h"
+#include "ash/shelf/shelf_alignment_menu.h"
#include "ash/shelf/shelf_types.h"
#include "base/basictypes.h"
#include "ui/base/models/simple_menu_model.h"
@@ -40,7 +40,7 @@ class ContextMenu : public ui::SimpleMenuModel,
aura::RootWindow* root_window_;
- LauncherAlignmentMenu alignment_menu_;
+ ShelfAlignmentMenu alignment_menu_;
DISALLOW_COPY_AND_ASSIGN(ContextMenu);
};

Powered by Google App Engine
This is Rietveld 408576698