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

Unified Diff: jingle/notifier/communicator/login_connection_state.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.cc ('k') | jingle/notifier/communicator/login_failure.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/communicator/login_connection_state.h
diff --git a/chrome/common/net/notifier/communicator/login_connection_state.h b/jingle/notifier/communicator/login_connection_state.h
similarity index 69%
rename from chrome/common/net/notifier/communicator/login_connection_state.h
rename to jingle/notifier/communicator/login_connection_state.h
index cc57d623dca4bc0b0cfa503dc43f90de3ebfdecd..db90451b22943a7b2a2b9e64dcf804ce2e811c22 100644
--- a/chrome/common/net/notifier/communicator/login_connection_state.h
+++ b/jingle/notifier/communicator/login_connection_state.h
@@ -5,8 +5,8 @@
// LoginConnectionState is an enum representing the state of the XMPP
// connection.
-#ifndef CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_LOGIN_CONNECTION_STATE_H_
-#define CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_LOGIN_CONNECTION_STATE_H_
+#ifndef JINGLE_NOTIFIER_COMMUNICATOR_LOGIN_CONNECTION_STATE_H_
+#define JINGLE_NOTIFIER_COMMUNICATOR_LOGIN_CONNECTION_STATE_H_
namespace notifier {
@@ -21,4 +21,4 @@ enum LoginConnectionState {
} // namespace notifier
-#endif // CHROME_COMMON_NET_NOTIFIER_COMMUNICATOR_LOGIN_CONNECTION_STATE_H_
+#endif // JINGLE_NOTIFIER_COMMUNICATOR_LOGIN_CONNECTION_STATE_H_
« no previous file with comments | « jingle/notifier/communicator/login.cc ('k') | jingle/notifier/communicator/login_failure.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698