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" |