diff options
Diffstat (limited to 'chrome/test/testing_browser_process.h')
-rw-r--r-- | chrome/test/testing_browser_process.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h index d3a337b..922fa82 100644 --- a/chrome/test/testing_browser_process.h +++ b/chrome/test/testing_browser_process.h @@ -122,7 +122,9 @@ class TestingBrowserProcess : public BrowserProcess { virtual MemoryModel memory_model() { return HIGH_MEMORY_MODEL; } - virtual base::WaitableEvent* shutdown_event() { return shutdown_event_.get(); } + virtual base::WaitableEvent* shutdown_event() { + return shutdown_event_.get(); + } private: NotificationService notification_service_; |