| Index: components/sync/core/connection_status.h
|
| diff --git a/sync/internal_api/public/connection_status.h b/components/sync/core/connection_status.h
|
| similarity index 69%
|
| rename from sync/internal_api/public/connection_status.h
|
| rename to components/sync/core/connection_status.h
|
| index fe24b477e04969e7d3d86826e514b0d53e7ceef6..2bcb5410a52b96f8c800b534a21ede2e5e335604 100644
|
| --- a/sync/internal_api/public/connection_status.h
|
| +++ b/components/sync/core/connection_status.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_INTERNAL_API_PUBLIC_CONNECTION_STATUS_H_
|
| -#define SYNC_INTERNAL_API_PUBLIC_CONNECTION_STATUS_H_
|
| +#ifndef COMPONENTS_SYNC_CORE_CONNECTION_STATUS_H_
|
| +#define COMPONENTS_SYNC_CORE_CONNECTION_STATUS_H_
|
|
|
| namespace syncer {
|
|
|
| @@ -17,4 +17,4 @@ enum ConnectionStatus {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_INTERNAL_API_PUBLIC_CONNECTION_STATUS_H_
|
| +#endif // COMPONENTS_SYNC_CORE_CONNECTION_STATUS_H_
|
|
|