| Index: sync/syncable/model_type.cc
|
| diff --git a/sync/syncable/model_type.cc b/sync/syncable/model_type.cc
|
| index 113124958c08cb8f1d4bac88aa64c2360f2c00cf..b7fd364d6d053ef120a2921ff3e6c1605a7fbbc6 100644
|
| --- a/sync/syncable/model_type.cc
|
| +++ b/sync/syncable/model_type.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "sync/internal_api/public/base/model_type.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/strings/string_split.h"
|
| #include "base/values.h"
|
| #include "sync/protocol/app_notification_specifics.pb.h"
|
|
|