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

Unified Diff: trunk/src/content/browser/power_save_blocker_x11.cc

Issue 16897005: Revert 206507 "Move message_pump to base/message_loop." (Closed) Base URL: svn://svn.chromium.org/chrome/
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
Index: trunk/src/content/browser/power_save_blocker_x11.cc
===================================================================
--- trunk/src/content/browser/power_save_blocker_x11.cc (revision 206508)
+++ trunk/src/content/browser/power_save_blocker_x11.cc (working copy)
@@ -22,6 +22,11 @@
#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"
@@ -30,12 +35,6 @@
#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 | « trunk/src/chromeos/display/real_output_configurator_delegate.cc ('k') | trunk/src/content/browser/udev_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698