diff options
Diffstat (limited to 'components/autofill/browser/webdata/autofill_table.h')
-rw-r--r-- | components/autofill/browser/webdata/autofill_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/autofill/browser/webdata/autofill_table.h b/components/autofill/browser/webdata/autofill_table.h index 9efbe48..2e78fea 100644 --- a/components/autofill/browser/webdata/autofill_table.h +++ b/components/autofill/browser/webdata/autofill_table.h @@ -10,7 +10,7 @@ #include "base/compiler_specific.h" #include "base/gtest_prod_util.h" #include "base/memory/scoped_vector.h" -#include "base/string16.h" +#include "base/strings/string16.h" #include "components/webdata/common/web_database_table.h" class WebDatabase; |