| Index: components/sync/base/syncer_error.h
|
| diff --git a/sync/internal_api/public/util/syncer_error.h b/components/sync/base/syncer_error.h
|
| similarity index 88%
|
| rename from sync/internal_api/public/util/syncer_error.h
|
| rename to components/sync/base/syncer_error.h
|
| index 47b5ab4972c3309124b5aa1cdca0e3d8845fed82..e6c73a04f27b0c7dcd74c89baa81e9d236180db8 100644
|
| --- a/sync/internal_api/public/util/syncer_error.h
|
| +++ b/components/sync/base/syncer_error.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 SYNC_INTERNAL_API_PUBLIC_UTIL_SYNCER_ERROR_H_
|
| -#define SYNC_INTERNAL_API_PUBLIC_UTIL_SYNCER_ERROR_H_
|
| +#ifndef COMPONENTS_SYNC_BASE_SYNCER_ERROR_H_
|
| +#define COMPONENTS_SYNC_BASE_SYNCER_ERROR_H_
|
|
|
| -#include "sync/base/sync_export.h"
|
| +#include "components/sync/base/sync_export.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -50,4 +50,4 @@ bool SyncerErrorIsError(SyncerError error);
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_INTERNAL_API_PUBLIC_UTIL_SYNCER_ERROR_H_
|
| +#endif // COMPONENTS_SYNC_BASE_SYNCER_ERROR_H_
|
|
|