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

Unified Diff: content/browser/power_save_blocker_x11.cc

Issue 16897006: Move message_pump to base/message_loop. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 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 | « chromeos/display/real_output_configurator_delegate.cc ('k') | content/browser/udev_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/power_save_blocker_x11.cc
diff --git a/content/browser/power_save_blocker_x11.cc b/content/browser/power_save_blocker_x11.cc
index 36ded003c251999026c46b7ba4b443042407c89a..d955643f281f728c147fb3c3cda1ca1d8924ec98 100644
--- a/content/browser/power_save_blocker_x11.cc
+++ b/content/browser/power_save_blocker_x11.cc
@@ -22,11 +22,6 @@
#include "base/memory/scoped_ptr.h"
#include "base/memory/singleton.h"
#include "base/message_loop/message_loop_proxy.h"
-#if defined(TOOLKIT_GTK)
-#include "base/message_pump_gtk.h"
-#else
-#include "base/message_pump_aurax11.h"
-#endif
#include "base/nix/xdg_util.h"
#include "base/synchronization/lock.h"
#include "content/public/browser/browser_thread.h"
@@ -35,6 +30,12 @@
#include "dbus/object_path.h"
#include "dbus/object_proxy.h"
+#if defined(TOOLKIT_GTK)
+#include "base/message_loop/message_pump_gtk.h"
+#else
+#include "base/message_loop/message_pump_aurax11.h"
+#endif
+
namespace {
enum DBusAPI {
« no previous file with comments | « chromeos/display/real_output_configurator_delegate.cc ('k') | content/browser/udev_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698