| 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 3c6396fb2871b59d1309e580c375a030ed9d23b8..aa5089607a2a09b0ea9a3c8b92e96401c8917d02 100644
 | 
| --- a/chrome/browser/ui/toolbar/toolbar_model_impl.h
 | 
| +++ b/chrome/browser/ui/toolbar/toolbar_model_impl.h
 | 
| @@ -58,7 +58,7 @@ class ToolbarModelImpl : public ChromeToolbarModel {
 | 
|    // Helper method to extract the profile from the navigation controller.
 | 
|    Profile* GetProfile() const;
 | 
|  
 | 
| -  // Returns search terms as in chrome::GetSearchTerms() if such terms should
 | 
| +  // Returns search terms as in search::GetSearchTerms() if such terms should
 | 
|    // appear in the omnibox (i.e. the page is sufficiently secure, search term
 | 
|    // replacement is enabled, editing is not in progress, etc.).  If
 | 
|    // |ignore_editing| is true, the "editing not in progress" check is skipped.
 | 
| 
 |