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 b663240854d09a115252aa825ae78d9b982e1f3d..2e917e498acdbc4b92cac54c7b43d77402987960 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 { |
// 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. |