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

Unified Diff: chrome/browser/search_engines/template_url_service_unittest.cc

Issue 2713993003: Revert of build: Enable auto raw pointer deduction check on linux. (Closed)
Patch Set: 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
Index: chrome/browser/search_engines/template_url_service_unittest.cc
diff --git a/chrome/browser/search_engines/template_url_service_unittest.cc b/chrome/browser/search_engines/template_url_service_unittest.cc
index a5debb0e2c6f3e59d741040926a97554a5c2d62a..07abd01787e417ddfe0c61ae831ce0db68cf4db4 100644
--- a/chrome/browser/search_engines/template_url_service_unittest.cc
+++ b/chrome/browser/search_engines/template_url_service_unittest.cc
@@ -315,7 +315,7 @@
auto overrides_list = base::MakeUnique<base::ListValue>();
overrides_list->Append(std::move(entry));
- auto* prefs = test_util()->profile()->GetTestingPrefService();
+ auto prefs = test_util()->profile()->GetTestingPrefService();
prefs->SetUserPref(prefs::kSearchProviderOverridesVersion,
new base::FundamentalValue(1));
prefs->SetUserPref(prefs::kSearchProviderOverrides, overrides_list.release());

Powered by Google App Engine
This is Rietveld 408576698