| Index: components/sync/engine_impl/clear_server_data.h
|
| diff --git a/sync/engine/clear_server_data.h b/components/sync/engine_impl/clear_server_data.h
|
| similarity index 71%
|
| rename from sync/engine/clear_server_data.h
|
| rename to components/sync/engine_impl/clear_server_data.h
|
| index 0ac1fa8687fbe97c0f9e26d9988522cd0d1a499c..f0e11ba959dd8bc430420212171c86d20308c084 100644
|
| --- a/sync/engine/clear_server_data.h
|
| +++ b/components/sync/engine_impl/clear_server_data.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_ENGINE_CLEAR_SERVER_DATA_H_
|
| -#define SYNC_ENGINE_CLEAR_SERVER_DATA_H_
|
| +#ifndef COMPONENTS_SYNC_ENGINE_IMPL_CLEAR_SERVER_DATA_H_
|
| +#define COMPONENTS_SYNC_ENGINE_IMPL_CLEAR_SERVER_DATA_H_
|
|
|
| #include <string>
|
|
|
| -#include "sync/base/sync_export.h"
|
| -#include "sync/internal_api/public/util/syncer_error.h"
|
| -#include "sync/protocol/sync.pb.h"
|
| +#include "components/sync/base/sync_export.h"
|
| +#include "components/sync/base/syncer_error.h"
|
| +#include "components/sync/protocol/sync.pb.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -36,4 +36,4 @@ class SYNC_EXPORT ClearServerData {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_ENGINE_CLEAR_SERVER_DATA_H_
|
| +#endif // COMPONENTS_SYNC_ENGINE_IMPL_CLEAR_SERVER_DATA_H_
|
|
|