| Index: components/sync/api/sync_data_unittest.cc
|
| diff --git a/components/sync/api/sync_data_unittest.cc b/components/sync/api/sync_data_unittest.cc
|
| index 10f07ec1451b749e1e56976b3c7c62595ec93a85..c892d15af5be8f923efc23db9338148bf26fcddf 100644
|
| --- a/components/sync/api/sync_data_unittest.cc
|
| +++ b/components/sync/api/sync_data_unittest.cc
|
| @@ -4,19 +4,13 @@
|
|
|
| #include "components/sync/api/sync_data.h"
|
|
|
| -#include <stdint.h>
|
| -
|
| #include <memory>
|
| -#include <string>
|
|
|
| #include "base/memory/ref_counted_memory.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
| -#include "base/time/time.h"
|
| -#include "components/sync/api/attachments/attachment_id.h"
|
| #include "components/sync/core/attachments/attachment_service.h"
|
| #include "components/sync/core/attachments/attachment_service_impl.h"
|
| -#include "components/sync/core/attachments/attachment_service_proxy.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|