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

Unified Diff: components/omnibox/browser/zero_suggest_provider.cc

Issue 2725333004: Omnibox - Cleanup From Recent Changelists (Closed)
Patch Set: DCHECK(done_) Created 3 years, 10 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
« no previous file with comments | « components/omnibox/browser/search_provider.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/browser/zero_suggest_provider.cc
diff --git a/components/omnibox/browser/zero_suggest_provider.cc b/components/omnibox/browser/zero_suggest_provider.cc
index f6e3863fe2f4c5323e724371bdab10bb0a02ff16..3ab642a2f7b5cc66c5ef00b48626eba8b082ee38 100644
--- a/components/omnibox/browser/zero_suggest_provider.cc
+++ b/components/omnibox/browser/zero_suggest_provider.cc
@@ -81,7 +81,7 @@ void LogOmniboxZeroSuggestRequest(
const int kDefaultZeroSuggestRelevance = 100;
// Used for testing whether zero suggest is ever available.
-const char kArbitraryInsecureUrlString[] = "http://www.google.com/";
+constexpr char kArbitraryInsecureUrlString[] = "http://www.google.com/";
} // namespace
« no previous file with comments | « components/omnibox/browser/search_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698