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

Unified Diff: ui/base/event.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 | « ui/base/event.h ('k') | ui/base/event_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/event.cc
diff --git a/ui/base/event.cc b/ui/base/event.cc
index bb4af75197028e14b7a594a42b0590c90d92b6c1..69d13251550cd184cb508ea86fca04bfd80ffc13 100644
--- a/ui/base/event.cc
+++ b/ui/base/event.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/base/event.h"
+#include "ui/base/events/event.h"
#if defined(USE_X11)
#include <X11/Xlib.h>
@@ -11,8 +11,8 @@
#include <cstring>
#include "ui/base/keycodes/keyboard_code_conversion.h"
-#include "ui/gfx/point3.h"
#include "ui/gfx/interpolated_transform.h"
+#include "ui/gfx/point3.h"
#include "ui/gfx/transform.h"
#if defined(USE_X11)
« no previous file with comments | « ui/base/event.h ('k') | ui/base/event_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698