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

Unified Diff: components/invalidation/impl/sync_system_resources_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/sync_system_resources_unittest.cc
diff --git a/components/invalidation/sync_system_resources_unittest.cc b/components/invalidation/impl/sync_system_resources_unittest.cc
similarity index 97%
rename from components/invalidation/sync_system_resources_unittest.cc
rename to components/invalidation/impl/sync_system_resources_unittest.cc
index 3501f1eec3accad90fea2f11f9bb63f3168f88cc..e337ccb3fe29fe143741ecf6c8e6a300424391fd 100644
--- a/components/invalidation/sync_system_resources_unittest.cc
+++ b/components/invalidation/impl/sync_system_resources_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/invalidation/sync_system_resources.h"
+#include "components/invalidation/impl/sync_system_resources.h"
#include <string>
@@ -11,8 +11,8 @@
#include "base/callback.h"
#include "base/message_loop/message_loop.h"
-#include "components/invalidation/push_client_channel.h"
-#include "components/invalidation/state_writer.h"
+#include "components/invalidation/impl/push_client_channel.h"
+#include "components/invalidation/impl/state_writer.h"
#include "google/cacheinvalidation/include/types.h"
#include "jingle/notifier/listener/fake_push_client.h"
#include "testing/gmock/include/gmock/gmock.h"
« no previous file with comments | « components/invalidation/impl/sync_system_resources.cc ('k') | components/invalidation/impl/ticl_invalidation_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698