| Index: components/invalidation/gcm_network_channel_unittest.cc
|
| diff --git a/sync/notifier/gcm_network_channel_unittest.cc b/components/invalidation/gcm_network_channel_unittest.cc
|
| similarity index 99%
|
| rename from sync/notifier/gcm_network_channel_unittest.cc
|
| rename to components/invalidation/gcm_network_channel_unittest.cc
|
| index 2564d0b9d2fd63230df0059d2580f0e3880b6e9a..29cab076baa89398623b6e79ca364c7a39c7c619 100644
|
| --- a/sync/notifier/gcm_network_channel_unittest.cc
|
| +++ b/components/invalidation/gcm_network_channel_unittest.cc
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "base/run_loop.h"
|
| #include "base/strings/string_util.h"
|
| +#include "components/invalidation/gcm_network_channel.h"
|
| #include "google_apis/gaia/google_service_auth_error.h"
|
| #include "net/url_request/test_url_fetcher_factory.h"
|
| #include "net/url_request/url_request_test_util.h"
|
| -#include "sync/notifier/gcm_network_channel.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace syncer {
|
|
|