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

Unified Diff: chrome/browser/sync/tools/sync_listen_notifications.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
« no previous file with comments | « chrome/browser/sync/notifier/listener/xml_element_util_unittest.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/tools/sync_listen_notifications.cc
===================================================================
--- chrome/browser/sync/tools/sync_listen_notifications.cc (revision 46353)
+++ chrome/browser/sync/tools/sync_listen_notifications.cc (working copy)
@@ -12,11 +12,11 @@
#include "base/platform_thread.h"
#include "chrome/browser/sync/notification_method.h"
#include "chrome/browser/sync/sync_constants.h"
-#include "chrome/browser/sync/notifier/base/task_pump.h"
-#include "chrome/browser/sync/notifier/communicator/xmpp_socket_adapter.h"
-#include "chrome/browser/sync/notifier/listener/listen_task.h"
-#include "chrome/browser/sync/notifier/listener/notification_constants.h"
-#include "chrome/browser/sync/notifier/listener/subscribe_task.h"
+#include "chrome/common/net/notifier/base/task_pump.h"
+#include "chrome/common/net/notifier/communicator/xmpp_socket_adapter.h"
+#include "chrome/common/net/notifier/listener/listen_task.h"
+#include "chrome/common/net/notifier/listener/notification_constants.h"
+#include "chrome/common/net/notifier/listener/subscribe_task.h"
#include "talk/base/cryptstring.h"
#include "talk/base/logging.h"
#include "talk/base/sigslot.h"
« no previous file with comments | « chrome/browser/sync/notifier/listener/xml_element_util_unittest.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698