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

Unified Diff: components/ntp_snippets/remote/ntp_snippets_fetcher.h

Issue 2449873003: [NTP Snippets] Another round of clang-tidy cleanups (Closed)
Patch Set: rebase Created 4 years, 2 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: components/ntp_snippets/remote/ntp_snippets_fetcher.h
diff --git a/components/ntp_snippets/remote/ntp_snippets_fetcher.h b/components/ntp_snippets/remote/ntp_snippets_fetcher.h
index b3dae1aa948113b994270523269c36e7adedcdf6..ce40c5539207362b11a8693ce4f235ef76aad2c8 100644
--- a/components/ntp_snippets/remote/ntp_snippets_fetcher.h
+++ b/components/ntp_snippets/remote/ntp_snippets_fetcher.h
@@ -187,8 +187,8 @@ class NTPSnippetsFetcher : public OAuth2TokenService::Consumer,
std::string obfuscated_gaia_id;
bool only_return_personalized_results = false;
std::string user_class;
- translate::LanguageModel::LanguageInfo ui_language{"", 0.0f};
- translate::LanguageModel::LanguageInfo other_top_language{"", 0.0f};
+ translate::LanguageModel::LanguageInfo ui_language;
+ translate::LanguageModel::LanguageInfo other_top_language;
RequestBuilder();
RequestBuilder(RequestBuilder&&);
« no previous file with comments | « components/ntp_snippets/remote/ntp_snippets_database.cc ('k') | components/ntp_snippets/remote/request_throttler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698