| Index: components/sync/core_impl/sync_encryption_handler_impl_unittest.cc
|
| diff --git a/components/sync/core_impl/sync_encryption_handler_impl_unittest.cc b/components/sync/core_impl/sync_encryption_handler_impl_unittest.cc
|
| index 1c07bb5719f741b69853f49f2e614367b9acb105..4d02a431f56c3ae1d5372a0dc0652e75be576c4f 100644
|
| --- a/components/sync/core_impl/sync_encryption_handler_impl_unittest.cc
|
| +++ b/components/sync/core_impl/sync_encryption_handler_impl_unittest.cc
|
| @@ -14,6 +14,7 @@
|
| #include "base/run_loop.h"
|
| #include "base/tracked_objects.h"
|
| #include "components/sync/base/cryptographer.h"
|
| +#include "components/sync/base/fake_encryptor.h"
|
| #include "components/sync/base/model_type_test_util.h"
|
| #include "components/sync/core/read_node.h"
|
| #include "components/sync/core/read_transaction.h"
|
| @@ -26,7 +27,6 @@
|
| #include "components/sync/syncable/mutable_entry.h"
|
| #include "components/sync/syncable/syncable_write_transaction.h"
|
| #include "components/sync/test/engine/test_id_factory.h"
|
| -#include "components/sync/test/fake_encryptor.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|