| Index: components/autofill/browser/autofill_regexes.cc
|
| diff --git a/components/autofill/browser/autofill_regexes.cc b/components/autofill/browser/autofill_regexes.cc
|
| index 18bf96b56ef5ccfdb7b99bbf8cb8eb52c5abbd55..df53267ca7d80b923c491639c9100f6cc52c236a 100644
|
| --- a/components/autofill/browser/autofill_regexes.cc
|
| +++ b/components/autofill/browser/autofill_regexes.cc
|
| @@ -11,7 +11,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/singleton.h"
|
| #include "base/stl_util.h"
|
| -#include "base/string16.h"
|
| +#include "base/strings/string16.h"
|
| #include "third_party/icu/public/i18n/unicode/regex.h"
|
|
|
| namespace {
|
|
|