summaryrefslogtreecommitdiffstats
path: root/ash/shell
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell')
-rw-r--r--ash/shell/context_menu.cc2
-rw-r--r--ash/shell/context_menu.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ash/shell/context_menu.cc b/ash/shell/context_menu.cc
index 700563c..9cd5f26 100644
--- a/ash/shell/context_menu.cc
+++ b/ash/shell/context_menu.cc
@@ -6,8 +6,8 @@
#include "ash/launcher/launcher.h"
#include "ash/root_window_controller.h"
+#include "ash/shelf_types.h"
#include "ash/shell.h"
-#include "ash/wm/shelf_types.h"
#include "grit/ash_strings.h"
#include "ui/base/l10n/l10n_util.h"
diff --git a/ash/shell/context_menu.h b/ash/shell/context_menu.h
index d98820e0..fc83c17 100644
--- a/ash/shell/context_menu.h
+++ b/ash/shell/context_menu.h
@@ -6,7 +6,7 @@
#define ASH_WM_SHELL_CONTEXT_MENU_H_
#include "ash/launcher/launcher_alignment_menu.h"
-#include "ash/wm/shelf_types.h"
+#include "ash/shelf_types.h"
#include "base/basictypes.h"
#include "ui/base/models/simple_menu_model.h"