| Index: components/sync/core_impl/sync_manager_impl_unittest.cc
|
| diff --git a/components/sync/core_impl/sync_manager_impl_unittest.cc b/components/sync/core_impl/sync_manager_impl_unittest.cc
|
| index 689e310413c1518ec5d487b15d1ff9dba8f7c669..fc21b8ad4dc8fd972729c1e95135b96b295a1406 100644
|
| --- a/components/sync/core_impl/sync_manager_impl_unittest.cc
|
| +++ b/components/sync/core_impl/sync_manager_impl_unittest.cc
|
| @@ -30,6 +30,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/mock_unrecoverable_error_handler.h"
|
| #include "components/sync/base/model_type_test_util.h"
|
| #include "components/sync/base/time.h"
|
| @@ -72,7 +73,6 @@
|
| #include "components/sync/test/engine/fake_model_worker.h"
|
| #include "components/sync/test/engine/fake_sync_scheduler.h"
|
| #include "components/sync/test/engine/test_id_factory.h"
|
| -#include "components/sync/test/fake_encryptor.h"
|
| #include "google_apis/gaia/gaia_constants.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|