| 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 b9f2301db3afc7620d867a74b345c7272d669b41..f1b17437611f2d932a48f1ce9a950b0e583f0ea6 100644
|
| --- a/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc
|
| +++ b/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc
|
| @@ -90,7 +90,7 @@ class KeywordEditorControllerTest : public testing::Test,
|
| }
|
|
|
| protected:
|
| - MessageLoopForUI message_loop_;
|
| + base::MessageLoopForUI message_loop_;
|
| scoped_ptr<TestingProfile> profile_;
|
| scoped_ptr<KeywordEditorController> controller_;
|
| TemplateURLService* model_;
|
|
|