Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(717)

Unified Diff: jingle/notifier/communicator/login_settings.h

Issue 2885005: Move chrome/common/net/notifier to jingle/notifier so that it can be used by remoting/remoting.gyp. (Closed) Base URL: git://codf21.jail.google.com/chromium.git
Patch Set: rebased Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « jingle/notifier/communicator/login_failure.cc ('k') | jingle/notifier/communicator/login_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « jingle/notifier/communicator/login_failure.cc ('k') | jingle/notifier/communicator/login_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698