| Index: jingle/notifier/communicator/login_settings.h
|
| diff --git a/chrome/common/net/notifier/communicator/login_settings.h b/jingle/notifier/communicator/login_settings.h
|
| similarity index 89%
|
| rename from chrome/common/net/notifier/communicator/login_settings.h
|
| rename to jingle/notifier/communicator/login_settings.h
|
| index 90eae31ea5016f9ccee6e4ad63e4561325268a9e..32ea0389c27d0375ef3080477a79be76d073e66a 100644
|
| --- a/chrome/common/net/notifier/communicator/login_settings.h
|
| +++ b/jingle/notifier/communicator/login_settings.h
|
| @@ -2,11 +2,11 @@
|
| // 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_LOGIN_SETTINGS_H_
|
| -#define CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_LOGIN_SETTINGS_H_
|
| +#ifndef JINGLE_NOTIFIER_COMMUNICATOR_LOGIN_SETTINGS_H_
|
| +#define JINGLE_NOTIFIER_COMMUNICATOR_LOGIN_SETTINGS_H_
|
| #include <string>
|
|
|
| -#include "chrome/common/net/notifier/communicator/xmpp_connection_generator.h"
|
| +#include "jingle/notifier/communicator/xmpp_connection_generator.h"
|
| #include "talk/base/scoped_ptr.h"
|
|
|
| namespace buzz {
|
| @@ -99,4 +99,4 @@ class LoginSettings {
|
| DISALLOW_COPY_AND_ASSIGN(LoginSettings);
|
| };
|
| } // namespace notifier
|
| -#endif // CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_LOGIN_SETTINGS_H_
|
| +#endif // JINGLE_NOTIFIER_COMMUNICATOR_LOGIN_SETTINGS_H_
|
|
|