Index: jingle/notifier/listener/talk_mediator_impl.h |
diff --git a/chrome/common/net/notifier/listener/talk_mediator_impl.h b/jingle/notifier/listener/talk_mediator_impl.h |
similarity index 90% |
rename from chrome/common/net/notifier/listener/talk_mediator_impl.h |
rename to jingle/notifier/listener/talk_mediator_impl.h |
index e14840fbfdc52c3932c68147bce12da20e50a170..e6fc988df0e0d2bdc44214dbbe288fa71fc9aca8 100644 |
--- a/chrome/common/net/notifier/listener/talk_mediator_impl.h |
+++ b/jingle/notifier/listener/talk_mediator_impl.h |
@@ -6,16 +6,16 @@ |
// It will manage all aspects of the connection and call back into the client |
// when it needs attention (for instance if updates are available for syncing). |
-#ifndef CHROME_COMMON_NET_NOTIFIER_LISTENER_TALK_MEDIATOR_IMPL_H_ |
-#define CHROME_COMMON_NET_NOTIFIER_LISTENER_TALK_MEDIATOR_IMPL_H_ |
+#ifndef JINGLE_NOTIFIER_LISTENER_TALK_MEDIATOR_IMPL_H_ |
+#define JINGLE_NOTIFIER_LISTENER_TALK_MEDIATOR_IMPL_H_ |
#include <string> |
#include <vector> |
#include "base/non_thread_safe.h" |
#include "base/scoped_ptr.h" |
-#include "chrome/common/net/notifier/listener/mediator_thread.h" |
-#include "chrome/common/net/notifier/listener/talk_mediator.h" |
+#include "jingle/notifier/listener/mediator_thread.h" |
+#include "jingle/notifier/listener/talk_mediator.h" |
#include "talk/base/sigslot.h" |
#include "talk/xmpp/xmppclientsettings.h" |
#include "testing/gtest/include/gtest/gtest_prod.h" // For FRIEND_TEST |
@@ -101,4 +101,4 @@ class TalkMediatorImpl |
} // namespace notifier |
-#endif // CHROME_COMMON_NET_NOTIFIER_LISTENER_TALK_MEDIATOR_IMPL_H_ |
+#endif // JINGLE_NOTIFIER_LISTENER_TALK_MEDIATOR_IMPL_H_ |