summaryrefslogtreecommitdiffstats
path: root/remoting/host/host_change_notification_listener.h
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-17 06:10:20 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-17 06:10:20 +0000
commitfd0ca11848ed29a280ad45b967ad20397a613987 (patch)
treeaa0e6980bb44858d02010cf34571412a54943395 /remoting/host/host_change_notification_listener.h
parent3bccb2aea8bd0d95055f1b4122ed5977e7fc9b6c (diff)
downloadchromium_src-fd0ca11848ed29a280ad45b967ad20397a613987.zip
chromium_src-fd0ca11848ed29a280ad45b967ad20397a613987.tar.gz
chromium_src-fd0ca11848ed29a280ad45b967ad20397a613987.tar.bz2
Remove remoting/jingle_glue
Moved all files from remoting/jingle_glue to remoting/signaling and remoting/protocol. The new remoting/signaling directory contains signaling layer implementation for remoting that can be used independently of remoting/protocol. TBR=rch@chromium.org Review URL: https://codereview.chromium.org/390983003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/host_change_notification_listener.h')
-rw-r--r--remoting/host/host_change_notification_listener.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/host_change_notification_listener.h b/remoting/host/host_change_notification_listener.h
index ae1ba0e..52e91b5 100644
--- a/remoting/host/host_change_notification_listener.h
+++ b/remoting/host/host_change_notification_listener.h
@@ -10,7 +10,7 @@
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
-#include "remoting/jingle_glue/signal_strategy.h"
+#include "remoting/signaling/signal_strategy.h"
namespace buzz {
class XmlElement;