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

Unified Diff: chrome/browser/chromeos/system_key_event_listener.cc

Issue 8596010: wayland: do not include message_pump_x.h for use_wayland (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/system_key_event_listener.cc
diff --git a/chrome/browser/chromeos/system_key_event_listener.cc b/chrome/browser/chromeos/system_key_event_listener.cc
index 62799931df02c19913a22754aa4dd53727d4f550..6623fc4c2304c1b4a7e310439d3c4e72ee44db6d 100644
--- a/chrome/browser/chromeos/system_key_event_listener.cc
+++ b/chrome/browser/chromeos/system_key_event_listener.cc
@@ -23,8 +23,12 @@
#include "ui/base/x/x11_util.h"
#if defined(TOUCH_UI) || !defined(TOOLKIT_USES_GTK)
+#if defined(USE_WAYLAND)
+#include "base/message_pump_wayland.h"
+#else
#include "base/message_pump_x.h"
#endif
+#endif
namespace chromeos {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698