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

Unified Diff: content/renderer/render_view_browsertest.cc

Issue 10917075: events: Move some files into ui/base/events/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 months 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 | « content/public/browser/native_web_keyboard_event.h ('k') | content/shell/shell_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_browsertest.cc
diff --git a/content/renderer/render_view_browsertest.cc b/content/renderer/render_view_browsertest.cc
index 2e44daccf2980410feb33fae39a30b16af7f68b4..39b5833aa298e9548653e01b26557efa77e296f9 100644
--- a/content/renderer/render_view_browsertest.cc
+++ b/content/renderer/render_view_browsertest.cc
@@ -15,8 +15,8 @@
#include "content/public/common/url_constants.h"
#include "content/public/test/render_view_test.h"
#include "content/renderer/render_view_impl.h"
-#include "content/shell/shell_content_client.h"
#include "content/shell/shell_content_browser_client.h"
+#include "content/shell/shell_content_client.h"
#include "content/shell/shell_main_delegate.h"
#include "content/test/mock_keyboard.h"
#include "net/base/net_errors.h"
@@ -40,12 +40,12 @@
#endif
#if defined(USE_AURA)
-#include "ui/base/event.h"
+#include "ui/base/events/event.h"
#endif
#if defined(USE_AURA) && defined(USE_X11)
#include <X11/Xlib.h>
-#include "ui/base/events.h"
+#include "ui/base/events/event_constants.h"
#include "ui/base/keycodes/keyboard_code_conversion.h"
#include "ui/base/x/x11_util.h"
#endif
« no previous file with comments | « content/public/browser/native_web_keyboard_event.h ('k') | content/shell/shell_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698