| Index: chrome/browser/ui/toolbar/toolbar_model_impl.h
|
| diff --git a/chrome/browser/ui/toolbar/toolbar_model_impl.h b/chrome/browser/ui/toolbar/toolbar_model_impl.h
|
| index 9da3b55e693f08fdfa160084733c65fc3f616659..d01756a6e4dcc61c8ca066242a579c5bd5ed6ce5 100644
|
| --- a/chrome/browser/ui/toolbar/toolbar_model_impl.h
|
| +++ b/chrome/browser/ui/toolbar/toolbar_model_impl.h
|
| @@ -56,7 +56,7 @@ class ToolbarModelImpl : public ToolbarModel {
|
| // Attempt to extract search terms from the current url. Called by GetText if
|
| // |display_search_urls_as_search_terms| is true and by
|
| // WouldReplaceSearchURLWithSearchTerms.
|
| - string16 TryToExtractSearchTermsFromURL() const;
|
| + string16 TryToExtractSearchTermsFromCurrentURL() const;
|
|
|
| // Helper method to extract the profile from the navigation controller.
|
| Profile* GetProfile() const;
|
|
|