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

Unified Diff: ui/base/ozone/event_factory_ozone.cc

Issue 17078005: Move message_pump to base/message_loop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « ui/base/ozone/event_factory_ozone.h ('k') | ui/base/ozone/touch_event_converter_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ozone/event_factory_ozone.cc
diff --git a/ui/base/ozone/event_factory_ozone.cc b/ui/base/ozone/event_factory_ozone.cc
index 1076f75885b65ade94ef12dbee3e15e8afa14c0b..0fe18f10f77da42a74984f80441c18e09a21d4fa 100644
--- a/ui/base/ozone/event_factory_ozone.cc
+++ b/ui/base/ozone/event_factory_ozone.cc
@@ -9,7 +9,7 @@
#include <poll.h>
#include <unistd.h>
-#include "base/message_pump_ozone.h"
+#include "base/message_loop/message_pump_ozone.h"
#include "base/strings/stringprintf.h"
#include "ui/base/ozone/key_event_converter_ozone.h"
#include "ui/base/ozone/touch_event_converter_ozone.h"
« no previous file with comments | « ui/base/ozone/event_factory_ozone.h ('k') | ui/base/ozone/touch_event_converter_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698