Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(823)

Unified Diff: chrome/browser/ui/toolbar/toolbar_model_impl.h

Issue 1260033003: Partially componentize //chrome/browser/search/search.{h,cc} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698