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

Unified Diff: jingle/notifier/communicator/single_login_attempt.cc

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
Index: jingle/notifier/communicator/single_login_attempt.cc
diff --git a/chrome/common/net/notifier/communicator/single_login_attempt.cc b/jingle/notifier/communicator/single_login_attempt.cc
similarity index 95%
rename from chrome/common/net/notifier/communicator/single_login_attempt.cc
rename to jingle/notifier/communicator/single_login_attempt.cc
index 7781c38772f11046e299a2e282913bd9a818d9e1..00163c09652d6442320e806a3c51eb513fa1522a 100644
--- a/chrome/common/net/notifier/communicator/single_login_attempt.cc
+++ b/jingle/notifier/communicator/single_login_attempt.cc
@@ -6,18 +6,18 @@
#include <string>
#include <vector>
-#include "chrome/common/net/notifier/communicator/single_login_attempt.h"
+#include "jingle/notifier/communicator/single_login_attempt.h"
#include "base/logging.h"
-#include "chrome/common/net/notifier/communicator/connection_options.h"
-#include "chrome/common/net/notifier/communicator/connection_settings.h"
-#include "chrome/common/net/notifier/communicator/const_communicator.h"
-#include "chrome/common/net/notifier/communicator/gaia_token_pre_xmpp_auth.h"
-#include "chrome/common/net/notifier/communicator/login_failure.h"
-#include "chrome/common/net/notifier/communicator/login_settings.h"
-#include "chrome/common/net/notifier/communicator/product_info.h"
-#include "chrome/common/net/notifier/communicator/xmpp_connection_generator.h"
-#include "chrome/common/net/notifier/communicator/xmpp_socket_adapter.h"
+#include "jingle/notifier/communicator/connection_options.h"
+#include "jingle/notifier/communicator/connection_settings.h"
+#include "jingle/notifier/communicator/const_communicator.h"
+#include "jingle/notifier/communicator/gaia_token_pre_xmpp_auth.h"
+#include "jingle/notifier/communicator/login_failure.h"
+#include "jingle/notifier/communicator/login_settings.h"
+#include "jingle/notifier/communicator/product_info.h"
+#include "jingle/notifier/communicator/xmpp_connection_generator.h"
+#include "jingle/notifier/communicator/xmpp_socket_adapter.h"
#include "talk/base/asynchttprequest.h"
#include "talk/base/firewallsocketserver.h"
#include "talk/base/signalthread.h"
« no previous file with comments | « jingle/notifier/communicator/single_login_attempt.h ('k') | jingle/notifier/communicator/ssl_socket_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698