Commit e3f28e2d authored by msb@chromium.org's avatar msb@chromium.org

wayland: do not include message_pump_x.h for use_wayland

BUG=102903
TEST=compile

Change-Id: I5bea343f65b9db676b0f07e1b41bb59cf4f7cf38

R=oshima@chromium.org,saintlou@chromium.org,dnicoara@chromium.org

Review URL: http://codereview.chromium.org/8596010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110782 0039d316-1c4b-4281-b951-d872f2087c98
parent 8a2cfaf3
...@@ -23,8 +23,12 @@ ...@@ -23,8 +23,12 @@
#include "ui/base/x/x11_util.h" #include "ui/base/x/x11_util.h"
#if defined(TOUCH_UI) || !defined(TOOLKIT_USES_GTK) #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" #include "base/message_pump_x.h"
#endif #endif
#endif
namespace chromeos { namespace chromeos {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment