Index: chrome/browser/renderer_host/resource_dispatcher_host_uitest.cc |
=================================================================== |
--- chrome/browser/renderer_host/resource_dispatcher_host_uitest.cc (revision 70328) |
+++ chrome/browser/renderer_host/resource_dispatcher_host_uitest.cc (working copy) |
@@ -216,7 +216,7 @@ |
#endif |
ASSERT_TRUE(tab->NavigateToURLAsync(GURL(chrome::kAboutCrashURL))); |
// Wait for browser to notice the renderer crash. |
- PlatformThread::Sleep(sleep_timeout_ms()); |
+ base::PlatformThread::Sleep(sleep_timeout_ms()); |
// Navigate to a new cross-site page. The browser should not wait around for |
// the old renderer's on{before}unload handlers to run. |