diff options
Diffstat (limited to 'chrome/browser/io_thread.h')
-rw-r--r-- | chrome/browser/io_thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h index 404f69e..af249f9 100644 --- a/chrome/browser/io_thread.h +++ b/chrome/browser/io_thread.h @@ -59,7 +59,7 @@ class IOThread : public BrowserProcessSubThread { protected: virtual void Init(); - virtual void CleanUp(); + virtual void CleanUpAfterMessageLoopDestruction(); private: net::HttpAuthHandlerFactory* CreateDefaultAuthHandlerFactory(); |