summaryrefslogtreecommitdiffstats
path: root/jingle/notifier
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-10 20:56:28 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-10 20:56:28 +0000
commit7ccb7071077af5e80e50ac0daab7445dee10455a (patch)
tree438f2853e6a358ca20cae6115324f5071dfae97b /jingle/notifier
parentab482874ed6618ab6d50aa559050be7bc9a5dcfb (diff)
downloadchromium_src-7ccb7071077af5e80e50ac0daab7445dee10455a.zip
chromium_src-7ccb7071077af5e80e50ac0daab7445dee10455a.tar.gz
chromium_src-7ccb7071077af5e80e50ac0daab7445dee10455a.tar.bz2
Update includes of message_loop_proxy.
This keeps the forwarding header, just updates all current callers. BUG= R=avi@chromium.org Review URL: https://codereview.chromium.org/16514006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205306 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'jingle/notifier')
-rw-r--r--jingle/notifier/listener/non_blocking_push_client.cc2
-rw-r--r--jingle/notifier/listener/xmpp_push_client.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/jingle/notifier/listener/non_blocking_push_client.cc b/jingle/notifier/listener/non_blocking_push_client.cc
index 30b8452..277cf49 100644
--- a/jingle/notifier/listener/non_blocking_push_client.cc
+++ b/jingle/notifier/listener/non_blocking_push_client.cc
@@ -7,7 +7,7 @@
#include "base/bind.h"
#include "base/location.h"
#include "base/logging.h"
-#include "base/message_loop_proxy.h"
+#include "base/message_loop/message_loop_proxy.h"
#include "jingle/notifier/listener/push_client_observer.h"
namespace notifier {
diff --git a/jingle/notifier/listener/xmpp_push_client.cc b/jingle/notifier/listener/xmpp_push_client.cc
index 322b185..82622ce 100644
--- a/jingle/notifier/listener/xmpp_push_client.cc
+++ b/jingle/notifier/listener/xmpp_push_client.cc
@@ -5,7 +5,7 @@
#include "jingle/notifier/listener/xmpp_push_client.h"
#include "base/logging.h"
-#include "base/message_loop_proxy.h"
+#include "base/message_loop/message_loop_proxy.h"
#include "jingle/notifier/base/notifier_options_util.h"
#include "jingle/notifier/listener/push_client_observer.h"
#include "jingle/notifier/listener/send_ping_task.h"