Index: chrome/test/testing_browser_process.h |
=================================================================== |
--- chrome/test/testing_browser_process.h (revision 11111) |
+++ chrome/test/testing_browser_process.h (working copy) |
@@ -122,7 +122,9 @@ |
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_; |