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

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: Fix compilation on iOS Created 5 years, 4 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 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.
« no previous file with comments | « chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc ('k') | chrome/browser/ui/toolbar/toolbar_model_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698