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

Unified Diff: components/invalidation/gcm_network_channel_unittest.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_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 {
« no previous file with comments | « components/invalidation/gcm_network_channel_delegate.h ('k') | components/invalidation/invalidation_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698