| Index: sync/api/attachments/attachment_metadata.cc
|
| diff --git a/sync/api/attachments/attachment_metadata.cc b/sync/api/attachments/attachment_metadata.cc
|
| index 202de239f483e508008531af10ee6fa5d8feb8de..860af0f36cca686f6b815b1a4ed4888e3a4697a7 100644
|
| --- a/sync/api/attachments/attachment_metadata.cc
|
| +++ b/sync/api/attachments/attachment_metadata.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "sync/api/attachments/attachment_metadata.h"
|
|
|
| namespace syncer {
|
|
|