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

Unified Diff: base/message_loop.h

Issue 14624010: Change MessagePumpLinux to MessagePumpOzone (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « base/base.gypi ('k') | base/message_pump_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_loop.h
diff --git a/base/message_loop.h b/base/message_loop.h
index 013d60ff3bf287e59eb9fcb24b0283b20869d795..f3ad3a5c792103cff6f8cd9f042ed86bde593e35 100644
--- a/base/message_loop.h
+++ b/base/message_loop.h
@@ -34,8 +34,8 @@
#if defined(USE_AURA) && defined(USE_X11) && !defined(OS_NACL)
#include "base/message_pump_aurax11.h"
-#elif defined(USE_MESSAGEPUMP_LINUX) && !defined(OS_NACL)
-#include "base/message_pump_linux.h"
+#elif defined(USE_OZONE) && !defined(OS_NACL)
+#include "base/message_pump_ozone.h"
#else
#include "base/message_pump_gtk.h"
#endif
« no previous file with comments | « base/base.gypi ('k') | base/message_pump_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698