| Index: sync/engine/commit_processor.h
|
| diff --git a/sync/engine/commit_processor.h b/sync/engine/commit_processor.h
|
| index 67ebe563e47ce899e12b3a64334d085da23c3574..79bc6434993ac2bb425918ea9fc3250a6a9986ec 100644
|
| --- a/sync/engine/commit_processor.h
|
| +++ b/sync/engine/commit_processor.h
|
| @@ -5,10 +5,12 @@
|
| #ifndef SYNC_ENGINE_COMMIT_PROCESSOR_H_
|
| #define SYNC_ENGINE_COMMIT_PROCESSOR_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <map>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "sync/base/sync_export.h"
|
| #include "sync/engine/commit.h"
|
| #include "sync/internal_api/public/base/model_type.h"
|
|
|