Index: content/browser/browser_process_sub_thread.cc |
=================================================================== |
--- content/browser/browser_process_sub_thread.cc (revision 118420) |
+++ content/browser/browser_process_sub_thread.cc (working copy) |
@@ -69,7 +69,7 @@ |
// If any child processes are still running, terminate them and |
// and delete the BrowserChildProcessHost instances to release whatever |
// IO thread only resources they are referencing. |
- BrowserChildProcessHost::TerminateAll(); |
+ ::BrowserChildProcessHost::TerminateAll(); |
} |
void BrowserProcessSubThread::IOThreadPostCleanUp() { |