message-loop: Remove MessagePumpDispatcher support from glib message-pump.
MessagePumpDispatcher is no longer used in the glib message-pump. So remove
the relevant unused code.
BUG=354062
[email protected]
Review URL: https://codereview.chromium.org/236363018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264121 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/base/run_loop.cc b/base/run_loop.cc
index 663d623..8344aa4 100644
--- a/base/run_loop.cc
+++ b/base/run_loop.cc
@@ -6,7 +6,7 @@
#include "base/bind.h"
-#if defined(USE_AURA)
+#if defined(OS_WIN)
#include "base/message_loop/message_pump_dispatcher.h"
#endif