diff options
Diffstat (limited to 'chrome/browser/ui/toolbar/toolbar_model_impl.h')
-rw-r--r-- | chrome/browser/ui/toolbar/toolbar_model_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/toolbar/toolbar_model_impl.h b/chrome/browser/ui/toolbar/toolbar_model_impl.h index f4a1578..80b5ae0 100644 --- a/chrome/browser/ui/toolbar/toolbar_model_impl.h +++ b/chrome/browser/ui/toolbar/toolbar_model_impl.h @@ -61,7 +61,7 @@ class ToolbarModelImpl : public ToolbarModel { // Helper method to extract the profile from the navigation controller. Profile* GetProfile() const; - // Returns search terms as in chrome::search::GetSearchTerms unless those + // Returns search terms as in chrome::GetSearchTerms unless those // terms would be treated by the omnibox as a navigation. string16 GetSearchTerms() const; |