| Index: components/sync/syncable/syncable_unittest.cc
|
| diff --git a/components/sync/syncable/syncable_unittest.cc b/components/sync/syncable/syncable_unittest.cc
|
| index b97bbca9e37e8c7d3635581875ea3bdf6ab376a2..4b4e6b810cf12eb2fef6e6ed1a94c31d9ccea403 100644
|
| --- a/components/sync/syncable/syncable_unittest.cc
|
| +++ b/components/sync/syncable/syncable_unittest.cc
|
| @@ -20,6 +20,7 @@
|
| #include "base/threading/platform_thread.h"
|
| #include "base/values.h"
|
| #include "build/build_config.h"
|
| +#include "components/sync/base/fake_encryptor.h"
|
| #include "components/sync/base/test_unrecoverable_error_handler.h"
|
| #include "components/sync/protocol/bookmark_specifics.pb.h"
|
| #include "components/sync/syncable/directory_backing_store.h"
|
| @@ -35,7 +36,6 @@
|
| #include "components/sync/syncable/syncable_write_transaction.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/null_directory_change_delegate.h"
|
| #include "components/sync/test/null_transaction_observer.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|