| Index: components/sync/core/sync_encryption_handler.cc
|
| diff --git a/sync/internal_api/public/sync_encryption_handler.cc b/components/sync/core/sync_encryption_handler.cc
|
| similarity index 90%
|
| rename from sync/internal_api/public/sync_encryption_handler.cc
|
| rename to components/sync/core/sync_encryption_handler.cc
|
| index f8eeeef7b3fbc3536c32ccc71e2cc414f4ab752c..33c76398870a5ab0bc8dd885d36c4a1592b9488e 100644
|
| --- a/sync/internal_api/public/sync_encryption_handler.cc
|
| +++ b/components/sync/core/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 "sync/internal_api/public/sync_encryption_handler.h"
|
| +#include "components/sync/core/sync_encryption_handler.h"
|
|
|
| namespace syncer {
|
|
|
|
|