Index: chrome/test/automation/automation_proxy_uitest.cc |
=================================================================== |
--- chrome/test/automation/automation_proxy_uitest.cc (revision 70328) |
+++ chrome/test/automation/automation_proxy_uitest.cc (working copy) |
@@ -1556,7 +1556,7 @@ |
tab->NavigateToURL(net::FilePathToFileURL(filename))); |
// Allow some time for the popup to show up and close. |
- PlatformThread::Sleep(sleep_timeout_ms()); |
+ base::PlatformThread::Sleep(sleep_timeout_ms()); |
std::wstring expected(L"string"); |
std::wstring jscript = CreateJSString(L"\"" + expected + L"\""); |