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

Unified Diff: chrome/browser/ui/views/download/download_item_view.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/download/download_item_view.cc
diff --git a/chrome/browser/ui/views/download/download_item_view.cc b/chrome/browser/ui/views/download/download_item_view.cc
index d90f31c7a90f2017f04f86d23463bb5297110835..986ee631ec159b452fbf5e452d10da035a1b47a8 100644
--- a/chrome/browser/ui/views/download/download_item_view.cc
+++ b/chrome/browser/ui/views/download/download_item_view.cc
@@ -34,11 +34,11 @@
#include "ui/gfx/canvas_skia.h"
#include "ui/gfx/color_utils.h"
#include "ui/gfx/image/image.h"
+#include "ui/views/widget/root_view.h"
+#include "ui/views/widget/widget.h"
#include "unicode/uchar.h"
#include "views/controls/button/text_button.h"
#include "views/controls/label.h"
-#include "views/widget/root_view.h"
-#include "views/widget/widget.h"
// TODO(paulg): These may need to be adjusted when download progress
// animation is added, and also possibly to take into account

Powered by Google App Engine
This is Rietveld 408576698