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

Unified Diff: ash/shell/context_menu.h

Issue 12313118: Refactor: Shelf Widget (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 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 fc83c17ea021e8ca34d6c5477bba9feaaa9468ae..618c75ba6da6cfdbf606006d20c75e934883a166 100644
--- a/ash/shell/context_menu.h
+++ b/ash/shell/context_menu.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_WM_SHELL_CONTEXT_MENU_H_
-#define ASH_WM_SHELL_CONTEXT_MENU_H_
+#ifndef ASH_SHELL_CONTEXT_MENU_H_
+#define ASH_SHELL_CONTEXT_MENU_H_
#include "ash/launcher/launcher_alignment_menu.h"
-#include "ash/shelf_types.h"
+#include "ash/shelf/shelf_types.h"
#include "base/basictypes.h"
#include "ui/base/models/simple_menu_model.h"
@@ -48,4 +48,4 @@ class ContextMenu : public ui::SimpleMenuModel,
} // namespace shell
} // namespace ash
-#endif // ASH_WM_SHELL_CONTEXT_MENU_H_
+#endif // ASH_SHELL_CONTEXT_MENU_H_
« ash/shelf/shelf_widget.cc ('K') | « ash/shell.cc ('k') | ash/shell/context_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698