summaryrefslogtreecommitdiffstats
path: root/chrome/browser/template_url_model_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/template_url_model_unittest.cc')
-rw-r--r--chrome/browser/template_url_model_unittest.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/template_url_model_unittest.cc b/chrome/browser/template_url_model_unittest.cc
index 7491523..d0239df 100644
--- a/chrome/browser/template_url_model_unittest.cc
+++ b/chrome/browser/template_url_model_unittest.cc
@@ -191,6 +191,7 @@ class TemplateURLModelTest : public testing::Test,
TemplateURLRef::google_base_url_ = new std::wstring(base_url);
}
+ MessageLoopForUI message_loop_;
scoped_ptr<TemplateURLModelTestingProfile> profile_;
scoped_ptr<TestingTemplateURLModel> model_;
int changed_count_;