| Index: jingle/notifier/communicator/single_login_attempt.h
|
| diff --git a/chrome/common/net/notifier/communicator/single_login_attempt.h b/jingle/notifier/communicator/single_login_attempt.h
|
| similarity index 93%
|
| rename from chrome/common/net/notifier/communicator/single_login_attempt.h
|
| rename to jingle/notifier/communicator/single_login_attempt.h
|
| index 245fa9d14c1ef3fb3babe38c9e5d3616b2430a62..3595c0fb33762ea686dbfa624dad76d44d33cc63 100644
|
| --- a/chrome/common/net/notifier/communicator/single_login_attempt.h
|
| +++ b/jingle/notifier/communicator/single_login_attempt.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_SINGLE_LOGIN_ATTEMPT_H_
|
| -#define CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_SINGLE_LOGIN_ATTEMPT_H_
|
| +#ifndef JINGLE_NOTIFIER_COMMUNICATOR_SINGLE_LOGIN_ATTEMPT_H_
|
| +#define JINGLE_NOTIFIER_COMMUNICATOR_SINGLE_LOGIN_ATTEMPT_H_
|
|
|
| #include <string>
|
|
|
| -#include "chrome/common/net/notifier/communicator/login.h"
|
| +#include "jingle/notifier/communicator/login.h"
|
| #include "talk/base/scoped_ptr.h"
|
| #include "talk/base/sigslot.h"
|
| #include "talk/base/task.h"
|
| @@ -135,4 +135,4 @@ class SingleLoginAttempt : public talk_base::Task, public sigslot::has_slots<> {
|
|
|
| } // namespace notifier
|
|
|
| -#endif // CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_SINGLE_LOGIN_ATTEMPT_H_
|
| +#endif // JINGLE_NOTIFIER_COMMUNICATOR_SINGLE_LOGIN_ATTEMPT_H_
|
|
|