| Index: components/sync/engine/sync_encryption_handler.cc
|
| diff --git a/components/sync/core/sync_encryption_handler.cc b/components/sync/engine/sync_encryption_handler.cc
|
| similarity index 91%
|
| rename from components/sync/core/sync_encryption_handler.cc
|
| rename to components/sync/engine/sync_encryption_handler.cc
|
| index 33c76398870a5ab0bc8dd885d36c4a1592b9488e..a14aec0221f5017911f8d1c40046ad371ea6b53b 100644
|
| --- a/components/sync/core/sync_encryption_handler.cc
|
| +++ b/components/sync/engine/sync_encryption_handler.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/sync/core/sync_encryption_handler.h"
|
| +#include "components/sync/engine/sync_encryption_handler.h"
|
|
|
| namespace syncer {
|
|
|
|
|