Chromium Code Reviews| Index: sync/api/sync_data.cc |
| diff --git a/sync/api/sync_data.cc b/sync/api/sync_data.cc |
| index 8559b4c05ee35e7d1cac2d2d1a28d490ca1d8a56..521cb5bf3cf9e4591048b2298e2e8798d70fa057 100644 |
| --- a/sync/api/sync_data.cc |
| +++ b/sync/api/sync_data.cc |
| @@ -7,10 +7,10 @@ |
| #include <stdint.h> |
| #include <algorithm> |
| +#include <memory> |
|
Nicolas Zea
2016/04/07 21:48:57
can this be removed?
|
| #include <ostream> |
| #include "base/json/json_writer.h" |
| -#include "base/memory/scoped_ptr.h" |
| #include "base/strings/string_number_conversions.h" |
| #include "base/values.h" |
| #include "sync/internal_api/public/attachments/attachment_service_proxy.h" |