| Index: chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc (revision 76042)
|
| +++ chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc (working copy)
|
| @@ -114,7 +114,7 @@
|
|
|
| model_ = profile_->GetTemplateURLModel();
|
| if (simulate_load_failure)
|
| - model_->OnWebDataServiceRequestDone(NULL, NULL);
|
| + model_->OnWebDataServiceRequestDone(0, NULL);
|
|
|
| controller_.reset(new KeywordEditorController(profile_.get()));
|
| controller_->table_model()->SetObserver(this);
|
|
|