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

Unified Diff: chrome/browser/ui/views/app_menu_button_win.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
Index: chrome/browser/ui/views/app_menu_button_win.cc
diff --git a/chrome/browser/ui/views/app_menu_button_win.cc b/chrome/browser/ui/views/app_menu_button_win.cc
index 0718cb8933461d9051c5d6484f844c45a453f479..6e26b111f78b8745d9a148ab32cd0904b9d04fa7 100644
--- a/chrome/browser/ui/views/app_menu_button_win.cc
+++ b/chrome/browser/ui/views/app_menu_button_win.cc
@@ -5,7 +5,7 @@
#include "chrome/browser/ui/views/app_menu_button_win.h"
#include "ui/base/win/hwnd_util.h"
-#include "views/widget/widget.h"
+#include "ui/views/widget/widget.h"
AppMenuButtonWin::AppMenuButtonWin(views::ViewMenuDelegate* menu_delegate)
: views::MenuButton(NULL, string16(), menu_delegate, false) {
« no previous file with comments | « chrome/browser/ui/views/accessibility_event_router_views_unittest.cc ('k') | chrome/browser/ui/views/aura/app_list_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698