| Index: chrome/browser/notifications/message_center_settings_controller_unittest.cc
|
| diff --git a/chrome/browser/notifications/message_center_settings_controller_unittest.cc b/chrome/browser/notifications/message_center_settings_controller_unittest.cc
|
| index 0e39ae3b9f7924106a1bfa6cda3a80ead030b08a..9046e5881a3b63588ee43874e7a28a782dcc6116 100644
|
| --- a/chrome/browser/notifications/message_center_settings_controller_unittest.cc
|
| +++ b/chrome/browser/notifications/message_center_settings_controller_unittest.cc
|
| @@ -53,6 +53,7 @@ class MessageCenterSettingsControllerTest : public testing::Test {
|
| private:
|
| TestingProfileManager testing_profile_manager_;
|
| scoped_ptr<MessageCenterSettingsController> controller_;
|
| + content::TestBrowserThreadBundle thread_bundle_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(MessageCenterSettingsControllerTest);
|
| };
|
|
|