| Index: chrome/browser/autocomplete/history_provider.h
|
| diff --git a/chrome/browser/autocomplete/history_provider.h b/chrome/browser/autocomplete/history_provider.h
|
| index 9a72b86af47357883ac234e64056b06227ffe746..705ab4cbf7f8b055536ad2e85a37f9395bb35078 100644
|
| --- a/chrome/browser/autocomplete/history_provider.h
|
| +++ b/chrome/browser/autocomplete/history_provider.h
|
| @@ -46,7 +46,7 @@ class HistoryProvider : public AutocompleteProvider {
|
| // number of characters that were trimmed.
|
| // NOTE: For a view-source: URL, this will trim from after "view-source:" and
|
| // return 0.
|
| - static size_t TrimHttpPrefix(string16* url);
|
| + static size_t TrimHttpPrefix(base::string16* url);
|
|
|
| // Returns true if inline autocompletion should be prevented. Use this instead
|
| // of |input.prevent_inline_autocomplete| if the input is passed through
|
|
|