| Index: jingle/notifier/listener/notification_defines.h
|
| diff --git a/chrome/common/net/notifier/listener/notification_defines.h b/jingle/notifier/listener/notification_defines.h
|
| similarity index 80%
|
| rename from chrome/common/net/notifier/listener/notification_defines.h
|
| rename to jingle/notifier/listener/notification_defines.h
|
| index a2c0b4249cb5857e04ee878987cd955ae1abf744..8a423075475e5180156590e10750ec34421bf968 100644
|
| --- a/chrome/common/net/notifier/listener/notification_defines.h
|
| +++ b/jingle/notifier/listener/notification_defines.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_DEFINES_H_
|
| -#define CHROME_COMMON_NET_NOTIFIER_LISTENER_NOTIFICATION_DEFINES_H_
|
| +#ifndef JINGLE_NOTIFIER_LISTENER_NOTIFICATION_DEFINES_H_
|
| +#define JINGLE_NOTIFIER_LISTENER_NOTIFICATION_DEFINES_H_
|
|
|
| #include <string>
|
|
|
| @@ -30,5 +30,5 @@ struct OutgoingNotificationData {
|
| bool write_to_cache_only;
|
| };
|
|
|
| -#endif // CHROME_COMMON_NET_NOTIFIER_LISTENER_NOTIFICATION_DEFINES_H_
|
| +#endif // JINGLE_NOTIFIER_LISTENER_NOTIFICATION_DEFINES_H_
|
|
|
|
|