| Index: jingle/notifier/listener/notification_constants.h
|
| diff --git a/chrome/common/net/notifier/listener/notification_constants.h b/jingle/notifier/listener/notification_constants.h
|
| similarity index 54%
|
| rename from chrome/common/net/notifier/listener/notification_constants.h
|
| rename to jingle/notifier/listener/notification_constants.h
|
| index 566dc90753f6b22063c7f996f49b26a2ea751d39..04d9921e508c2745cd673b1598a020a3f48736ec 100644
|
| --- a/chrome/common/net/notifier/listener/notification_constants.h
|
| +++ b/jingle/notifier/listener/notification_constants.h
|
| @@ -2,8 +2,8 @@
|
| // 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_LISTENER_NOTIFICATION_CONSTANTS_H_
|
| -#define CHROME_COMMON_NET_NOTIFIER_LISTENER_NOTIFICATION_CONSTANTS_H_
|
| +#ifndef JINGLE_NOTIFIER_LISTENER_NOTIFICATION_CONSTANTS_H_
|
| +#define JINGLE_NOTIFIER_LISTENER_NOTIFICATION_CONSTANTS_H_
|
|
|
| namespace notifier {
|
|
|
| @@ -11,4 +11,4 @@ extern const char kNotifierNamespace[];
|
|
|
| } // namespace notifier
|
|
|
| -#endif // CHROME_COMMON_NET_NOTIFIER_LISTENER_NOTIFICATION_CONSTANTS_H_
|
| +#endif // JINGLE_NOTIFIER_LISTENER_NOTIFICATION_CONSTANTS_H_
|
|
|