| Index: jingle/notifier/communicator/connection_options.h
|
| diff --git a/chrome/common/net/notifier/communicator/connection_options.h b/jingle/notifier/communicator/connection_options.h
|
| similarity index 89%
|
| rename from chrome/common/net/notifier/communicator/connection_options.h
|
| rename to jingle/notifier/communicator/connection_options.h
|
| index b42023b6c7955ebf59d4a6f3b7b43da7d6d95717..de09910843e475cc0f9b684fdcd6f541ad37d61f 100644
|
| --- a/chrome/common/net/notifier/communicator/connection_options.h
|
| +++ b/jingle/notifier/communicator/connection_options.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_COMMUNICATOR_CONNECTION_OPTIONS_H_
|
| -#define CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_CONNECTION_OPTIONS_H_
|
| +#ifndef JINGLE_NOTIFIER_COMMUNICATOR_CONNECTION_OPTIONS_H_
|
| +#define JINGLE_NOTIFIER_COMMUNICATOR_CONNECTION_OPTIONS_H_
|
|
|
| #include <string>
|
|
|
| @@ -53,4 +53,4 @@ class ConnectionOptions {
|
|
|
| } // namespace notifier
|
|
|
| -#endif // CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_CONNECTION_OPTIONS_H_
|
| +#endif // JINGLE_NOTIFIER_COMMUNICATOR_CONNECTION_OPTIONS_H_
|
|
|