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

Unified Diff: base/message_loop.h

Issue 10441028: aura/cros: Rename MessagePump{X => AuraX11} and move the atom cache into it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile error in file added in the interim Created 8 years, 7 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_aurax11.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 ef8d59f4071eac1d3785dba417f8b346503515d7..d78b58addc2019ad46b61e79adf8c918f432a9dd 100644
--- a/base/message_loop.h
+++ b/base/message_loop.h
@@ -32,7 +32,7 @@
#if !defined(OS_MACOSX) && !defined(OS_ANDROID)
#if defined(USE_AURA)
-#include "base/message_pump_x.h"
+#include "base/message_pump_aurax11.h"
#else
#include "base/message_pump_gtk.h"
#endif
« no previous file with comments | « base/base.gypi ('k') | base/message_pump_aurax11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698