Chromium Code Reviews| Index: components/sync_driver/sync_prefs.h |
| diff --git a/components/sync_driver/sync_prefs.h b/components/sync_driver/sync_prefs.h |
| index e390bc71d9bd847fed19353d20e73ee5d4129f78..c66564ceeb5b6d01706f62a985c29d66c255af10 100644 |
| --- a/components/sync_driver/sync_prefs.h |
| +++ b/components/sync_driver/sync_prefs.h |
| @@ -5,6 +5,9 @@ |
| #ifndef COMPONENTS_SYNC_DRIVER_SYNC_PREFS_H_ |
| #define COMPONENTS_SYNC_DRIVER_SYNC_PREFS_H_ |
| +#include <map> |
| +#include <string> |
| + |
| #include "base/basictypes.h" |
| #include "base/compiler_specific.h" |
| #include "base/memory/weak_ptr.h" |