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

Unified Diff: views/controls/menu/menu_host.cc

Issue 8598031: views: Move widget/ directory to ui/views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reland for real Created 9 years, 1 month 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 | « views/controls/menu/menu_host.h ('k') | views/controls/menu/menu_host_root_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/menu/menu_host.cc
diff --git a/views/controls/menu/menu_host.cc b/views/controls/menu/menu_host.cc
index 593fb1024f09036a27d84abece0507cafa8ea7af..075fa82d1eda0eca549e01c7c0e5e25741f05d37 100644
--- a/views/controls/menu/menu_host.cc
+++ b/views/controls/menu/menu_host.cc
@@ -4,13 +4,13 @@
#include "views/controls/menu/menu_host.h"
+#include "ui/views/widget/native_widget_private.h"
+#include "ui/views/widget/widget.h"
#include "views/controls/menu/menu_controller.h"
#include "views/controls/menu/menu_host_root_view.h"
#include "views/controls/menu/menu_item_view.h"
#include "views/controls/menu/native_menu_host.h"
#include "views/controls/menu/submenu_view.h"
-#include "views/widget/native_widget_private.h"
-#include "views/widget/widget.h"
namespace views {
« no previous file with comments | « views/controls/menu/menu_host.h ('k') | views/controls/menu/menu_host_root_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698