| Index: jingle/notifier/communicator/const_communicator.h
|
| diff --git a/chrome/common/net/notifier/communicator/const_communicator.h b/jingle/notifier/communicator/const_communicator.h
|
| similarity index 58%
|
| rename from chrome/common/net/notifier/communicator/const_communicator.h
|
| rename to jingle/notifier/communicator/const_communicator.h
|
| index 0b0a18a2de68d8b515c775434c40d7a29407ad1f..5f49a6251f7f2fa52d2167176c81fa1b0b277e57 100644
|
| --- a/chrome/common/net/notifier/communicator/const_communicator.h
|
| +++ b/jingle/notifier/communicator/const_communicator.h
|
| @@ -2,12 +2,12 @@
|
| // 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_CONST_COMMUNICATOR_H_
|
| -#define CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_CONST_COMMUNICATOR_H_
|
| +#ifndef JINGLE_NOTIFIER_COMMUNICATOR_CONST_COMMUNICATOR_H_
|
| +#define JINGLE_NOTIFIER_COMMUNICATOR_CONST_COMMUNICATOR_H_
|
|
|
| namespace notifier {
|
| // The default port for jabber/xmpp communications.
|
| const int kDefaultXmppPort = 5222;
|
| } // namespace notifier
|
|
|
| -#endif // CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_CONST_COMMUNICATOR_H_
|
| +#endif // JINGLE_NOTIFIER_COMMUNICATOR_CONST_COMMUNICATOR_H_
|
|
|