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

Unified Diff: components/invalidation/sync_system_resources.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/sync_system_resources.cc
diff --git a/sync/notifier/sync_system_resources.cc b/components/invalidation/sync_system_resources.cc
similarity index 97%
rename from sync/notifier/sync_system_resources.cc
rename to components/invalidation/sync_system_resources.cc
index f688609f13e3eb0c21e9b9e626b62cb0b061351a..872d22d68a102822d4b0b988a5cad957ed54be30 100644
--- a/sync/notifier/sync_system_resources.cc
+++ b/components/invalidation/sync_system_resources.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 <cstdlib>
#include <cstring>
@@ -14,13 +14,13 @@
#include "base/stl_util.h"
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
+#include "components/invalidation/gcm_network_channel.h"
+#include "components/invalidation/gcm_network_channel_delegate.h"
+#include "components/invalidation/push_client_channel.h"
#include "google/cacheinvalidation/deps/callback.h"
#include "google/cacheinvalidation/include/types.h"
#include "jingle/notifier/listener/push_client.h"
-#include "sync/notifier/gcm_network_channel.h"
-#include "sync/notifier/gcm_network_channel_delegate.h"
#include "sync/notifier/invalidation_util.h"
-#include "sync/notifier/push_client_channel.h"
namespace syncer {
« no previous file with comments | « components/invalidation/sync_system_resources.h ('k') | components/invalidation/sync_system_resources_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698