| Index: components/invalidation/impl/notifier_reason_util.h
|
| diff --git a/components/invalidation/notifier_reason_util.h b/components/invalidation/impl/notifier_reason_util.h
|
| similarity index 67%
|
| rename from components/invalidation/notifier_reason_util.h
|
| rename to components/invalidation/impl/notifier_reason_util.h
|
| index 16025baf9abca922b34d81a450ea0930c994001d..9576b3cc880e22abe4478d1b59f737d033fce21c 100644
|
| --- a/components/invalidation/notifier_reason_util.h
|
| +++ b/components/invalidation/impl/notifier_reason_util.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_INVALIDATION_NOTIFIER_REASON_UTIL_H_
|
| -#define COMPONENTS_INVALIDATION_NOTIFIER_REASON_UTIL_H_
|
| +#ifndef COMPONENTS_INVALIDATION_IMPL_NOTIFIER_REASON_UTIL_H_
|
| +#define COMPONENTS_INVALIDATION_IMPL_NOTIFIER_REASON_UTIL_H_
|
|
|
| -#include "components/invalidation/invalidator_state.h"
|
| +#include "components/invalidation/public/invalidator_state.h"
|
| #include "jingle/notifier/listener/push_client_observer.h"
|
|
|
| namespace syncer {
|
| @@ -19,4 +19,4 @@ notifier::NotificationsDisabledReason
|
|
|
| } // namespace syncer
|
|
|
| -#endif // COMPONENTS_INVALIDATION_NOTIFIER_REASON_UTIL_H_
|
| +#endif // COMPONENTS_INVALIDATION_IMPL_NOTIFIER_REASON_UTIL_H_
|
|
|