| Index: jingle/notifier/communicator/auto_reconnect.h
|
| diff --git a/chrome/common/net/notifier/communicator/auto_reconnect.h b/jingle/notifier/communicator/auto_reconnect.h
|
| similarity index 86%
|
| rename from chrome/common/net/notifier/communicator/auto_reconnect.h
|
| rename to jingle/notifier/communicator/auto_reconnect.h
|
| index 3b914c177d773dcd135e83537aa8310f94a2fd01..6b2fa09c8d0e57c418c76e0c26fa6905b818fe61 100644
|
| --- a/chrome/common/net/notifier/communicator/auto_reconnect.h
|
| +++ b/jingle/notifier/communicator/auto_reconnect.h
|
| @@ -2,14 +2,14 @@
|
| // 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_AUTO_RECONNECT_H_
|
| -#define CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_AUTO_RECONNECT_H_
|
| +#ifndef JINGLE_NOTIFIER_COMMUNICATOR_AUTO_RECONNECT_H_
|
| +#define JINGLE_NOTIFIER_COMMUNICATOR_AUTO_RECONNECT_H_
|
|
|
| #include <string>
|
|
|
| #include "base/time.h"
|
| #include "base/timer.h"
|
| -#include "chrome/common/net/notifier/communicator/login_connection_state.h"
|
| +#include "jingle/notifier/communicator/login_connection_state.h"
|
| #include "talk/base/sigslot.h"
|
|
|
| namespace notifier {
|
| @@ -64,4 +64,4 @@ extern const int kResetReconnectInfoDelaySec;
|
|
|
| } // namespace notifier
|
|
|
| -#endif // CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_AUTO_RECONNECT_H_
|
| +#endif // JINGLE_NOTIFIER_COMMUNICATOR_AUTO_RECONNECT_H_
|
|
|