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

Unified Diff: components/invalidation/gcm_network_channel_delegate.h

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/gcm_network_channel_delegate.h
diff --git a/sync/notifier/gcm_network_channel_delegate.h b/components/invalidation/gcm_network_channel_delegate.h
similarity index 90%
rename from sync/notifier/gcm_network_channel_delegate.h
rename to components/invalidation/gcm_network_channel_delegate.h
index 36485a19293c762eb6fb4f59651cfac9be75a133..5229dec3764374c6fa085daea1606bafbffac5b4 100644
--- a/sync/notifier/gcm_network_channel_delegate.h
+++ b/components/invalidation/gcm_network_channel_delegate.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_NOTIFIER_GCM_NETWORK_CHANNEL_DELEGATE_H_
-#define SYNC_NOTIFIER_GCM_NETWORK_CHANNEL_DELEGATE_H_
+#ifndef COMPONENTS_INVALIDATION_GCM_NETWORK_CHANNEL_DELEGATE_H_
+#define COMPONENTS_INVALIDATION_GCM_NETWORK_CHANNEL_DELEGATE_H_
#include <string>
@@ -48,4 +48,4 @@ class GCMNetworkChannelDelegate {
};
} // namespace syncer
-#endif // SYNC_NOTIFIER_GCM_NETWORK_CHANNEL_DELEGATE_H_
+#endif // COMPONENTS_INVALIDATION_GCM_NETWORK_CHANNEL_DELEGATE_H_
« no previous file with comments | « components/invalidation/gcm_network_channel.cc ('k') | components/invalidation/gcm_network_channel_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698