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