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

Unified Diff: jingle/notifier/communicator/login_settings.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
« no previous file with comments | « jingle/notifier/communicator/login_settings.h ('k') | jingle/notifier/communicator/product_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/communicator/login_settings.cc
diff --git a/chrome/common/net/notifier/communicator/login_settings.cc b/jingle/notifier/communicator/login_settings.cc
similarity index 89%
rename from chrome/common/net/notifier/communicator/login_settings.cc
rename to jingle/notifier/communicator/login_settings.cc
index 23ea983e77b262c8c83e50f92db154d0b3a0ef8a..43298eb9c9819b31342324a53bdbde0739e1deb3 100644
--- a/chrome/common/net/notifier/communicator/login_settings.cc
+++ b/jingle/notifier/communicator/login_settings.cc
@@ -4,11 +4,11 @@
#include <string>
-#include "chrome/common/net/notifier/communicator/login_settings.h"
+#include "jingle/notifier/communicator/login_settings.h"
#include "base/logging.h"
-#include "chrome/common/net/notifier/communicator/connection_options.h"
-#include "chrome/common/net/notifier/communicator/xmpp_connection_generator.h"
+#include "jingle/notifier/communicator/connection_options.h"
+#include "jingle/notifier/communicator/xmpp_connection_generator.h"
#include "talk/base/common.h"
#include "talk/base/socketaddress.h"
#include "talk/xmpp/xmppclientsettings.h"
« no previous file with comments | « jingle/notifier/communicator/login_settings.h ('k') | jingle/notifier/communicator/product_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698