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

Unified Diff: components/invalidation/sync_system_resources_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
« no previous file with comments | « components/invalidation/sync_system_resources.cc ('k') | sync/internal_api/public/base/invalidator_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation/sync_system_resources_unittest.cc
diff --git a/sync/notifier/sync_system_resources_unittest.cc b/components/invalidation/sync_system_resources_unittest.cc
similarity index 97%
rename from sync/notifier/sync_system_resources_unittest.cc
rename to components/invalidation/sync_system_resources_unittest.cc
index 8acc729d27a5aabcbd219c4ea9aeb8d4328d1fc6..fcc5e6f304f5306d696279d7228b7bda024d95dd 100644
--- a/sync/notifier/sync_system_resources_unittest.cc
+++ b/components/invalidation/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 "sync/notifier/sync_system_resources.h"
+#include "components/invalidation/sync_system_resources.h"
#include <string>
@@ -11,10 +11,10 @@
#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 "google/cacheinvalidation/include/types.h"
#include "jingle/notifier/listener/fake_push_client.h"
-#include "sync/notifier/push_client_channel.h"
-#include "sync/notifier/state_writer.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « components/invalidation/sync_system_resources.cc ('k') | sync/internal_api/public/base/invalidator_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698