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

Unified Diff: views/view_unittest.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/view.cc ('k') | views/views.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/view_unittest.cc
diff --git a/views/view_unittest.cc b/views/view_unittest.cc
index eac26eda4920c6228d2e5548f36caf0c217a36e7..1eabedd54e68e4010a47c299f34e19731d58dc60 100644
--- a/views/view_unittest.cc
+++ b/views/view_unittest.cc
@@ -26,6 +26,8 @@
#include "ui/views/focus/view_storage.h"
#include "ui/views/test/views_test_base.h"
#include "ui/views/touchui/gesture_manager.h"
+#include "ui/views/widget/native_widget.h"
+#include "ui/views/widget/root_view.h"
#include "ui/views/window/dialog_delegate.h"
#include "views/background.h"
#include "views/controls/button/button_dropdown.h"
@@ -35,8 +37,6 @@
#include "views/controls/textfield/textfield.h"
#include "views/view.h"
#include "views/views_delegate.h"
-#include "views/widget/native_widget.h"
-#include "views/widget/root_view.h"
#if defined(OS_WIN)
#include "ui/views/test/test_views_delegate.h"
« no previous file with comments | « views/view.cc ('k') | views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698