| Index: components/sync/syncable/directory_unittest.cc
|
| diff --git a/components/sync/syncable/directory_unittest.cc b/components/sync/syncable/directory_unittest.cc
|
| index b33b267655c2abf120b9c7de93371f0d99dcabd7..fe8f3e8b8c6d242b002ea4035edd568b1031a885 100644
|
| --- a/components/sync/syncable/directory_unittest.cc
|
| +++ b/components/sync/syncable/directory_unittest.cc
|
| @@ -5,7 +5,6 @@
|
| #include "components/sync/syncable/directory_unittest.h"
|
|
|
| #include <stddef.h>
|
| -#include <stdint.h>
|
|
|
| #include <cstdlib>
|
|
|
| @@ -19,7 +18,6 @@
|
| #include "components/sync/base/mock_unrecoverable_error_handler.h"
|
| #include "components/sync/syncable/syncable_proto_util.h"
|
| #include "components/sync/syncable/syncable_util.h"
|
| -#include "components/sync/syncable/syncable_write_transaction.h"
|
| #include "components/sync/test/engine/test_syncable_utils.h"
|
| #include "components/sync/test/test_directory_backing_store.h"
|
|
|
|
|