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

Unified Diff: chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc

Issue 2403773002: Remove stl_util's STLDeleteContainerPointers from autofill. (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: chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc
diff --git a/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc b/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc
index 6cefe1c775c7802a944b3a58d1f234d90780a97d..35c10b4a729e6e059f85389c275bda6b5f156041 100644
--- a/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc
+++ b/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc
@@ -48,7 +48,7 @@ class KeywordEditorControllerTest : public testing::Test,
void SetUp() override {
if (simulate_load_failure_)
- util_.model()->OnWebDataServiceRequestDone(0, NULL);
+ util_.model()->OnWebDataServiceRequestDone(0, nullptr);
else
util_.VerifyLoad();

Powered by Google App Engine
This is Rietveld 408576698