summaryrefslogtreecommitdiffstats
path: root/jingle/notifier/base/xmpp_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'jingle/notifier/base/xmpp_connection.h')
-rw-r--r--jingle/notifier/base/xmpp_connection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/jingle/notifier/base/xmpp_connection.h b/jingle/notifier/base/xmpp_connection.h
index 6df2c9e..4be6197 100644
--- a/jingle/notifier/base/xmpp_connection.h
+++ b/jingle/notifier/base/xmpp_connection.h
@@ -9,8 +9,8 @@
#pragma once
#include "base/basictypes.h"
-#include "base/non_thread_safe.h"
#include "base/scoped_ptr.h"
+#include "base/threading/non_thread_safe.h"
#include "base/weak_ptr.h"
#include "talk/base/sigslot.h"
#include "talk/xmpp/xmppengine.h"
@@ -84,7 +84,7 @@ class XmppConnection : public sigslot::has_slots<> {
void ClearClient();
- NonThreadSafe non_thread_safe_;
+ base::NonThreadSafe non_thread_safe_;
scoped_ptr<TaskPump> task_pump_;
base::WeakPtr<WeakXmppClient> weak_xmpp_client_;
bool on_connect_called_;