| 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 {
|
|
|
|
|