| Index: jingle/notifier/communicator/login_connection_state.h
|
| diff --git a/chrome/common/net/notifier/communicator/login_connection_state.h b/jingle/notifier/communicator/login_connection_state.h
|
| similarity index 69%
|
| rename from chrome/common/net/notifier/communicator/login_connection_state.h
|
| rename to jingle/notifier/communicator/login_connection_state.h
|
| index cc57d623dca4bc0b0cfa503dc43f90de3ebfdecd..db90451b22943a7b2a2b9e64dcf804ce2e811c22 100644
|
| --- a/chrome/common/net/notifier/communicator/login_connection_state.h
|
| +++ b/jingle/notifier/communicator/login_connection_state.h
|
| @@ -5,8 +5,8 @@
|
| // LoginConnectionState is an enum representing the state of the XMPP
|
| // connection.
|
|
|
| -#ifndef CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_LOGIN_CONNECTION_STATE_H_
|
| -#define CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_LOGIN_CONNECTION_STATE_H_
|
| +#ifndef JINGLE_NOTIFIER_COMMUNICATOR_LOGIN_CONNECTION_STATE_H_
|
| +#define JINGLE_NOTIFIER_COMMUNICATOR_LOGIN_CONNECTION_STATE_H_
|
|
|
| namespace notifier {
|
|
|
| @@ -21,4 +21,4 @@ enum LoginConnectionState {
|
|
|
| } // namespace notifier
|
|
|
| -#endif // CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_LOGIN_CONNECTION_STATE_H_
|
| +#endif // JINGLE_NOTIFIER_COMMUNICATOR_LOGIN_CONNECTION_STATE_H_
|
|
|