summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/search_engines
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/search_engines')
-rw-r--r--chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc2
1 files changed, 1 insertions, 1 deletions
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 72b5bc1..053276e 100644
--- a/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc
+++ b/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc
@@ -114,7 +114,7 @@ void KeywordEditorControllerTest::Init(bool simulate_load_failure) {
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);