Index: jingle/notifier/communicator/login.h |
diff --git a/chrome/common/net/notifier/communicator/login.h b/jingle/notifier/communicator/login.h |
similarity index 91% |
rename from chrome/common/net/notifier/communicator/login.h |
rename to jingle/notifier/communicator/login.h |
index eff1cc57b6a7331704cbcf7d5400043e1d14fb64..bd41cb5eb16bb2f36d5de7de8817edae34929d8e 100644 |
--- a/chrome/common/net/notifier/communicator/login.h |
+++ b/jingle/notifier/communicator/login.h |
@@ -2,16 +2,16 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_LOGIN_H_ |
-#define CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_LOGIN_H_ |
+#ifndef JINGLE_NOTIFIER_COMMUNICATOR_LOGIN_H_ |
+#define JINGLE_NOTIFIER_COMMUNICATOR_LOGIN_H_ |
#include <string> |
#include "base/time.h" |
#include "base/timer.h" |
-#include "chrome/common/net/notifier/base/sigslotrepeater.h" |
-#include "chrome/common/net/notifier/communicator/auto_reconnect.h" |
-#include "chrome/common/net/notifier/communicator/login_connection_state.h" |
+#include "jingle/notifier/base/sigslotrepeater.h" |
+#include "jingle/notifier/communicator/auto_reconnect.h" |
+#include "jingle/notifier/communicator/login_connection_state.h" |
#include "net/base/network_change_notifier.h" |
#include "talk/base/proxyinfo.h" |
#include "talk/base/scoped_ptr.h" |
@@ -148,4 +148,4 @@ class Login : public net::NetworkChangeNotifier::Observer, |
} // namespace notifier |
-#endif // CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_LOGIN_H_ |
+#endif // JINGLE_NOTIFIER_COMMUNICATOR_LOGIN_H_ |