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

Unified Diff: components/invalidation/impl/gcm_network_channel_unittest.cc

Issue 1191393008: Introduce a layering in the invalidation component as public and impl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicitly forbid content to prevent future additions Created 5 years, 6 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/impl/gcm_network_channel_unittest.cc
diff --git a/components/invalidation/gcm_network_channel_unittest.cc b/components/invalidation/impl/gcm_network_channel_unittest.cc
similarity index 99%
rename from components/invalidation/gcm_network_channel_unittest.cc
rename to components/invalidation/impl/gcm_network_channel_unittest.cc
index bec5489bbabadeefbc530c42d6bb843d14e2535a..b0f7ba0cf9344a32463e73931fce3922181ce378 100644
--- a/components/invalidation/gcm_network_channel_unittest.cc
+++ b/components/invalidation/impl/gcm_network_channel_unittest.cc
@@ -5,7 +5,7 @@
#include "base/run_loop.h"
#include "base/strings/string_util.h"
#include "base/thread_task_runner_handle.h"
-#include "components/invalidation/gcm_network_channel.h"
+#include "components/invalidation/impl/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"
« no previous file with comments | « components/invalidation/impl/gcm_network_channel_delegate.h ('k') | components/invalidation/impl/invalidation_logger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698