| Index: sync/internal_api/public/sync_manager.h
|
| diff --git a/sync/internal_api/sync_manager.h b/sync/internal_api/public/sync_manager.h
|
| similarity index 98%
|
| rename from sync/internal_api/sync_manager.h
|
| rename to sync/internal_api/public/sync_manager.h
|
| index 80cda3f53c37f3b33bdbd0b20c0798a8ef3d884f..b31ca670af99432f19f1291ae480fa2b63e2545c 100644
|
| --- a/sync/internal_api/sync_manager.h
|
| +++ b/sync/internal_api/public/sync_manager.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_SYNC_MANAGER_H_
|
| -#define SYNC_INTERNAL_API_SYNC_MANAGER_H_
|
| +#ifndef SYNC_INTERNAL_API_PUBLIC_SYNC_MANAGER_H_
|
| +#define SYNC_INTERNAL_API_PUBLIC_SYNC_MANAGER_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -15,14 +15,14 @@
|
| #include "base/task_runner.h"
|
| #include "base/threading/thread_checker.h"
|
| #include "base/time.h"
|
| -#include "sync/internal_api/change_record.h"
|
| -#include "sync/internal_api/configure_reason.h"
|
| +#include "sync/internal_api/public/change_record.h"
|
| +#include "sync/internal_api/public/configure_reason.h"
|
| #include "sync/internal_api/public/engine/model_safe_worker.h"
|
| #include "sync/internal_api/public/syncable/model_type.h"
|
| +#include "sync/internal_api/public/util/report_unrecoverable_error_function.h"
|
| +#include "sync/internal_api/public/util/unrecoverable_error_handler.h"
|
| +#include "sync/internal_api/public/util/weak_handle.h"
|
| #include "sync/protocol/sync_protocol_error.h"
|
| -#include "sync/util/report_unrecoverable_error_function.h"
|
| -#include "sync/util/unrecoverable_error_handler.h"
|
| -#include "sync/util/weak_handle.h"
|
|
|
| namespace browser_sync {
|
| class Encryptor;
|
| @@ -637,4 +637,4 @@ const char* PassphraseRequiredReasonToString(PassphraseRequiredReason reason);
|
|
|
| } // namespace sync_api
|
|
|
| -#endif // SYNC_INTERNAL_API_SYNC_MANAGER_H_
|
| +#endif // SYNC_INTERNAL_API_PUBLIC_SYNC_MANAGER_H_
|
|
|