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

Unified Diff: components/invalidation/push_client_channel.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/push_client_channel.cc
diff --git a/sync/notifier/push_client_channel.cc b/components/invalidation/push_client_channel.cc
similarity index 97%
rename from sync/notifier/push_client_channel.cc
rename to components/invalidation/push_client_channel.cc
index 9bf78f40f816872cfba750574c66ab0496a69ff3..05963cd5c72b9ff107cfd1c96727c6677feb33a2 100644
--- a/sync/notifier/push_client_channel.cc
+++ b/components/invalidation/push_client_channel.cc
@@ -2,9 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/notifier/push_client_channel.h"
+#include "components/invalidation/push_client_channel.h"
#include "base/stl_util.h"
+#include "components/invalidation/notifier_reason_util.h"
#include "google/cacheinvalidation/client_gateway.pb.h"
#include "google/cacheinvalidation/types.pb.h"
#include "jingle/notifier/listener/push_client.h"
« no previous file with comments | « components/invalidation/push_client_channel.h ('k') | components/invalidation/push_client_channel_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698