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

Unified Diff: views/view_unittest.cc

Issue 8566052: views: Delete bubble, events, focus, layout directories and its stubbed files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win 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/widget/gtk_views_window.cc » ('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 140a03fa9f02681272b99d4d59ec2a2c0e4b00a4..cdcf54519fd85d2edc2f1d7ef567042c315e4e41 100644
--- a/views/view_unittest.cc
+++ b/views/view_unittest.cc
@@ -21,6 +21,9 @@
#include "ui/gfx/compositor/test/test_texture.h"
#include "ui/gfx/path.h"
#include "ui/gfx/transform.h"
+#include "ui/views/events/event.h"
+#include "ui/views/focus/accelerator_handler.h"
+#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/window/dialog_delegate.h"
@@ -30,9 +33,6 @@
#include "views/controls/native/native_view_host.h"
#include "views/controls/scroll_view.h"
#include "views/controls/textfield/textfield.h"
-#include "views/events/event.h"
-#include "views/focus/accelerator_handler.h"
-#include "views/focus/view_storage.h"
#include "views/view.h"
#include "views/views_delegate.h"
#include "views/widget/native_widget.h"
« no previous file with comments | « views/view.cc ('k') | views/widget/gtk_views_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698