summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_process_sub_thread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_process_sub_thread.cc')
-rw-r--r--chrome/browser/browser_process_sub_thread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_process_sub_thread.cc b/chrome/browser/browser_process_sub_thread.cc
index 0ddbf3b..39729d0 100644
--- a/chrome/browser/browser_process_sub_thread.cc
+++ b/chrome/browser/browser_process_sub_thread.cc
@@ -28,7 +28,7 @@ void BrowserProcessSubThread::Init() {
notification_service_ = new NotificationService;
}
-void BrowserProcessSubThread::CleanUpAfterMessageLoopDestruction() {
+void BrowserProcessSubThread::CleanUp() {
delete notification_service_;
notification_service_ = NULL;