Chromium Code Reviews| Index: components/autofill/core/browser/webdata/autofill_table.h |
| diff --git a/components/autofill/core/browser/webdata/autofill_table.h b/components/autofill/core/browser/webdata/autofill_table.h |
| index 2f5fff15431b44b2ff4797e1df1b86c3f8af9ace..dc08b9b5ea82832be36792708e28d5e772ca7227 100644 |
| --- a/components/autofill/core/browser/webdata/autofill_table.h |
| +++ b/components/autofill/core/browser/webdata/autofill_table.h |
| @@ -8,6 +8,7 @@ |
| #include <stddef.h> |
| #include <memory> |
| +#include <string> |
| #include <vector> |
| #include "base/gtest_prod_util.h" |
| @@ -23,11 +24,6 @@ namespace base { |
| class Time; |
| } |
| -namespace sync_pb { |
| -class EntityMetadata; |
| -class ModelTypeState; |
| -} |
| - |
| namespace autofill { |
| class AutofillChange; |