| Index: components/sync/engine_impl/sync_encryption_handler_impl.h
|
| diff --git a/components/sync/core_impl/sync_encryption_handler_impl.h b/components/sync/engine_impl/sync_encryption_handler_impl.h
|
| similarity index 98%
|
| rename from components/sync/core_impl/sync_encryption_handler_impl.h
|
| rename to components/sync/engine_impl/sync_encryption_handler_impl.h
|
| index 1ea81a6401cf73acd05e92d0f4077a90037813ca..cb0f74bed0ed3d6432112096d63420da3c6b5da7 100644
|
| --- a/components/sync/core_impl/sync_encryption_handler_impl.h
|
| +++ b/components/sync/engine_impl/sync_encryption_handler_impl.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_IMPL_SYNC_ENCRYPTION_HANDLER_IMPL_H_
|
| -#define COMPONENTS_SYNC_CORE_IMPL_SYNC_ENCRYPTION_HANDLER_IMPL_H_
|
| +#ifndef COMPONENTS_SYNC_ENGINE_IMPL_SYNC_ENCRYPTION_HANDLER_IMPL_H_
|
| +#define COMPONENTS_SYNC_ENGINE_IMPL_SYNC_ENCRYPTION_HANDLER_IMPL_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -16,7 +16,7 @@
|
| #include "base/threading/thread_checker.h"
|
| #include "base/time/time.h"
|
| #include "components/sync/base/cryptographer.h"
|
| -#include "components/sync/core/sync_encryption_handler.h"
|
| +#include "components/sync/engine/sync_encryption_handler.h"
|
| #include "components/sync/syncable/nigori_handler.h"
|
|
|
| namespace syncer {
|
| @@ -320,4 +320,4 @@ class SyncEncryptionHandlerImpl : public SyncEncryptionHandler,
|
|
|
| } // namespace syncer
|
|
|
| -#endif // COMPONENTS_SYNC_CORE_IMPL_SYNC_ENCRYPTION_HANDLER_IMPL_H_
|
| +#endif // COMPONENTS_SYNC_ENGINE_IMPL_SYNC_ENCRYPTION_HANDLER_IMPL_H_
|
|
|