| Index: components/sync/engine_impl/syncer_unittest.cc
|
| diff --git a/components/sync/engine_impl/syncer_unittest.cc b/components/sync/engine_impl/syncer_unittest.cc
|
| index 554ee7783e1d311c56884e7ac8a5cf13dfd1aae8..7be15b7a5935415a9ed789bf74b736227d4df499 100644
|
| --- a/components/sync/engine_impl/syncer_unittest.cc
|
| +++ b/components/sync/engine_impl/syncer_unittest.cc
|
| @@ -32,6 +32,7 @@
|
| #include "components/sync/base/cancelation_signal.h"
|
| #include "components/sync/base/cryptographer.h"
|
| #include "components/sync/base/extensions_activity.h"
|
| +#include "components/sync/base/fake_encryptor.h"
|
| #include "components/sync/base/model_type.h"
|
| #include "components/sync/base/time.h"
|
| #include "components/sync/engine/model_safe_worker.h"
|
| @@ -60,7 +61,6 @@
|
| #include "components/sync/test/engine/test_directory_setter_upper.h"
|
| #include "components/sync/test/engine/test_id_factory.h"
|
| #include "components/sync/test/engine/test_syncable_utils.h"
|
| -#include "components/sync/test/fake_encryptor.h"
|
| #include "components/sync/test/fake_sync_encryption_handler.h"
|
| #include "components/sync/test/sessions/mock_debug_info_getter.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|