| Index: components/sync/core/test/fake_sync_manager.h
|
| diff --git a/components/sync/core/test/fake_sync_manager.h b/components/sync/core/test/fake_sync_manager.h
|
| index 19a444ffa55eb84250481515029b0541ce70f7cc..7294f692328bcf0c06cfffce668165ac5043b1e6 100644
|
| --- a/components/sync/core/test/fake_sync_manager.h
|
| +++ b/components/sync/core/test/fake_sync_manager.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef COMPONENTS_SYNC_CORE_TEST_FAKE_SYNC_MANAGER_H_
|
| #define COMPONENTS_SYNC_CORE_TEST_FAKE_SYNC_MANAGER_H_
|
|
|
| +#include <memory>
|
| #include <string>
|
| +#include <vector>
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
|
|