diff options
Diffstat (limited to 'chrome/browser/browser_process.h')
-rw-r--r-- | chrome/browser/browser_process.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h index 3293d98..5497932 100644 --- a/chrome/browser/browser_process.h +++ b/chrome/browser/browser_process.h @@ -49,8 +49,8 @@ class IOThread; // These functions shouldn't return NULL unless otherwise noted. class BrowserProcess { public: - BrowserProcess() {} - virtual ~BrowserProcess() {} + BrowserProcess(); + virtual ~BrowserProcess(); // Invoked when the user is logging out/shutting down. When logging off we may // not have enough time to do a normal shutdown. This method is invoked prior |