diff options
Diffstat (limited to 'components/autofill/browser/webdata/autofill_entry.h')
-rw-r--r-- | components/autofill/browser/webdata/autofill_entry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/autofill/browser/webdata/autofill_entry.h b/components/autofill/browser/webdata/autofill_entry.h index 6f21031..94b633a 100644 --- a/components/autofill/browser/webdata/autofill_entry.h +++ b/components/autofill/browser/webdata/autofill_entry.h @@ -9,7 +9,7 @@ #include <vector> #include "base/gtest_prod_util.h" -#include "base/string16.h" +#include "base/strings/string16.h" #include "base/time.h" namespace autofill { |