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

Unified Diff: components/invalidation/gcm_network_channel.cc

Issue 294123004: Move some sync/notifier to components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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: components/invalidation/gcm_network_channel.cc
diff --git a/sync/notifier/gcm_network_channel.cc b/components/invalidation/gcm_network_channel.cc
similarity index 99%
rename from sync/notifier/gcm_network_channel.cc
rename to components/invalidation/gcm_network_channel.cc
index 59f1a575cc708743b6e04364819cf198b4f6b697..7ee08af685af0eabe9fd275be41420d03a05919b 100644
--- a/sync/notifier/gcm_network_channel.cc
+++ b/components/invalidation/gcm_network_channel.cc
@@ -16,12 +16,12 @@
#include "google/cacheinvalidation/channel_common.pb.h"
#include "google/cacheinvalidation/types.pb.h"
#endif
+#include "components/invalidation/gcm_network_channel.h"
+#include "components/invalidation/gcm_network_channel_delegate.h"
#include "google_apis/gaia/google_service_auth_error.h"
#include "net/http/http_status_code.h"
#include "net/url_request/url_fetcher.h"
#include "net/url_request/url_request_status.h"
-#include "sync/notifier/gcm_network_channel.h"
-#include "sync/notifier/gcm_network_channel_delegate.h"
namespace syncer {
« no previous file with comments | « components/invalidation/gcm_network_channel.h ('k') | components/invalidation/gcm_network_channel_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698