| Index: chrome/browser/cocoa/bug_report_window_controller_unittest.mm
|
| diff --git a/chrome/browser/cocoa/bug_report_window_controller_unittest.mm b/chrome/browser/cocoa/bug_report_window_controller_unittest.mm
|
| index 941327f6dbb3f1cc2a43ecdf93cdd3032c6a4ad7..65b0a87c8054a64729a456f39edc7ace03c22c1b 100644
|
| --- a/chrome/browser/cocoa/bug_report_window_controller_unittest.mm
|
| +++ b/chrome/browser/cocoa/bug_report_window_controller_unittest.mm
|
| @@ -14,6 +14,12 @@
|
| namespace {
|
|
|
| class BugReportWindowControllerUnittest : public RenderViewHostTestHarness {
|
| + public:
|
| + virtual void SetUp() {
|
| + RenderViewHostTestHarness::SetUp();
|
| + // This is needed since the new tab page queries the sync service.
|
| + profile_->CreateProfileSyncService();
|
| + }
|
| };
|
|
|
| // See http://crbug.com/29019 for why it's disabled.
|
|
|