| Index: chrome/browser/browser_process.h
|
| diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
|
| index 3293d98fe8f51b1babc689bb2f5f3f4d87d45d0b..54979327bc57b90ba982d9664ee23b19a32fc7f3 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
|
|
|