| Index: chrome/browser/dom_ui/sync_internals_ui_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/dom_ui/sync_internals_ui_unittest.cc (revision 74204)
|
| +++ chrome/browser/dom_ui/sync_internals_ui_unittest.cc (working copy)
|
| @@ -110,15 +110,17 @@
|
| return static_cast<TestSyncInternalsUI*>(test_sync_internals_ui_buf_);
|
| }
|
|
|
| + protected:
|
| + // These need to be created before profile sync service.
|
| + // Needed by |ui_thread_|.
|
| + MessageLoopForUI ui_loop_;
|
| + // Needed by |test_tab_contents_|.
|
| + BrowserThread ui_thread_;
|
| NiceMock<ProfileMock> profile_mock_;
|
| StrictMock<ProfileSyncServiceMock> profile_sync_service_mock_;
|
| StrictMock<browser_sync::MockJsFrontend> mock_js_backend_;
|
|
|
| private:
|
| - // Needed by |ui_thread_|.
|
| - MessageLoopForUI ui_loop_;
|
| - // Needed by |test_tab_contents_|.
|
| - BrowserThread ui_thread_;
|
| TestTabContents test_tab_contents_;
|
| void* test_sync_internals_ui_buf_;
|
| bool test_sync_internals_ui_constructor_called_;
|
|
|