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

Unified Diff: views/controls/scroll_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
« no previous file with comments | « views/controls/native_control_win.cc ('k') | views/controls/scrollbar/base_scroll_bar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/scroll_view.cc
diff --git a/views/controls/scroll_view.cc b/views/controls/scroll_view.cc
index 6397f711f3e090d6fb3918a06b4702f66696cb74..653b24f3d2775abc5d6441edf3465eccf4db51c6 100644
--- a/views/controls/scroll_view.cc
+++ b/views/controls/scroll_view.cc
@@ -5,8 +5,8 @@
#include "views/controls/scroll_view.h"
#include "base/logging.h"
+#include "ui/views/widget/root_view.h"
#include "views/controls/scrollbar/native_scroll_bar.h"
-#include "views/widget/root_view.h"
namespace views {
« no previous file with comments | « views/controls/native_control_win.cc ('k') | views/controls/scrollbar/base_scroll_bar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698