| Index: chrome/browser/autocomplete/url_prefix.cc
|
| diff --git a/chrome/browser/autocomplete/url_prefix.cc b/chrome/browser/autocomplete/url_prefix.cc
|
| index 305a2bedceefefaafe262adc38d98588b48cb7e3..9174bd561cee68f36409dc57d428bd88cb42e9cb 100644
|
| --- a/chrome/browser/autocomplete/url_prefix.cc
|
| +++ b/chrome/browser/autocomplete/url_prefix.cc
|
| @@ -5,7 +5,7 @@
|
| #include "chrome/browser/autocomplete/url_prefix.h"
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/string_util.h"
|
| +#include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
|
|
| URLPrefix::URLPrefix(const string16& prefix, size_t num_components)
|
|
|