| Index: chrome/browser/autofill/autofill_regexes.cc
|
| diff --git a/chrome/browser/autofill/autofill_regexes.cc b/chrome/browser/autofill/autofill_regexes.cc
|
| index 5329958fc80c243bb4a8e1daec1f6048a0fea369..b1ed62992bd7c0bd4231f4f0442a1de91b188c04 100644
|
| --- a/chrome/browser/autofill/autofill_regexes.cc
|
| +++ b/chrome/browser/autofill/autofill_regexes.cc
|
| @@ -10,7 +10,7 @@
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/singleton.h"
|
| -#include "base/stl_util-inl.h"
|
| +#include "base/stl_util.h"
|
| #include "base/string16.h"
|
| #include "unicode/regex.h"
|
|
|
|
|