| Index: components/sync/engine/shutdown_reason.h
|
| diff --git a/components/sync/core/shutdown_reason.h b/components/sync/engine/shutdown_reason.h
|
| similarity index 75%
|
| rename from components/sync/core/shutdown_reason.h
|
| rename to components/sync/engine/shutdown_reason.h
|
| index 193bf44d95ddd09a2f1c8789a26e6c0f03827c37..a61be8fb913f616233fab04aef16f4402acfc533 100644
|
| --- a/components/sync/core/shutdown_reason.h
|
| +++ b/components/sync/engine/shutdown_reason.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 COMPONENTS_SYNC_CORE_SHUTDOWN_REASON_H_
|
| -#define COMPONENTS_SYNC_CORE_SHUTDOWN_REASON_H_
|
| +#ifndef COMPONENTS_SYNC_ENGINE_SHUTDOWN_REASON_H_
|
| +#define COMPONENTS_SYNC_ENGINE_SHUTDOWN_REASON_H_
|
|
|
| namespace syncer {
|
|
|
| @@ -16,4 +16,4 @@ enum ShutdownReason {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // COMPONENTS_SYNC_CORE_SHUTDOWN_REASON_H_
|
| +#endif // COMPONENTS_SYNC_ENGINE_SHUTDOWN_REASON_H_
|
|
|