| 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();
|
|
|
|
|