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

Unified Diff: trunk/src/ui/base/ozone/touch_event_converter_ozone.cc

Issue 16897005: Revert 206507 "Move message_pump to base/message_loop." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 6 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 | « trunk/src/ui/base/ozone/event_factory_ozone.cc ('k') | trunk/src/ui/base/x/events_x.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/base/ozone/touch_event_converter_ozone.cc
===================================================================
--- trunk/src/ui/base/ozone/touch_event_converter_ozone.cc (revision 206508)
+++ trunk/src/ui/base/ozone/touch_event_converter_ozone.cc (working copy)
@@ -15,8 +15,8 @@
#include "base/bind.h"
#include "base/callback.h"
#include "base/logging.h"
-#include "base/message_loop/message_loop.h"
-#include "base/message_loop/message_pump_ozone.h"
+#include "base/message_loop.h"
+#include "base/message_pump_ozone.h"
#include "ui/base/events/event.h"
#include "ui/base/events/event_constants.h"
#include "ui/base/ozone/surface_factory_ozone.h"
« no previous file with comments | « trunk/src/ui/base/ozone/event_factory_ozone.cc ('k') | trunk/src/ui/base/x/events_x.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698