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

Unified Diff: chrome/common/net/notifier/communicator/xmpp_connection_generator.cc

Issue 1956001: Moved XMPP notifier library from chrome/browser/sync to chrome/common.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 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: chrome/common/net/notifier/communicator/xmpp_connection_generator.cc
===================================================================
--- chrome/common/net/notifier/communicator/xmpp_connection_generator.cc (revision 46353)
+++ chrome/common/net/notifier/communicator/xmpp_connection_generator.cc (working copy)
@@ -10,16 +10,16 @@
// for connection in connection_list
// yield connection
-#include "chrome/browser/sync/notifier/communicator/xmpp_connection_generator.h"
+#include "chrome/common/net/notifier/communicator/xmpp_connection_generator.h"
#include <vector>
#include "base/logging.h"
-#include "chrome/browser/sync/notifier/base/async_dns_lookup.h"
-#include "chrome/browser/sync/notifier/base/signal_thread_task.h"
-#include "chrome/browser/sync/notifier/communicator/connection_options.h"
-#include "chrome/browser/sync/notifier/communicator/connection_settings.h"
-#include "chrome/browser/sync/notifier/communicator/product_info.h"
+#include "chrome/common/net/notifier/base/async_dns_lookup.h"
+#include "chrome/common/net/notifier/base/signal_thread_task.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/product_info.h"
#include "talk/base/autodetectproxy.h"
#include "talk/base/httpcommon-inl.h"
#include "talk/base/task.h"

Powered by Google App Engine
This is Rietveld 408576698