diff options
Diffstat (limited to 'chrome/browser/resource_dispatcher_host_uitest.cc')
-rw-r--r-- | chrome/browser/resource_dispatcher_host_uitest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resource_dispatcher_host_uitest.cc b/chrome/browser/resource_dispatcher_host_uitest.cc index 0096f55..f39fd04 100644 --- a/chrome/browser/resource_dispatcher_host_uitest.cc +++ b/chrome/browser/resource_dispatcher_host_uitest.cc @@ -229,7 +229,7 @@ TEST_F(ResourceDispatcherTest, CrossSiteNavigationNonBuffered) { std::wstring test_file = test_data_directory_; file_util::AppendToPath(&test_file, L"title2.html"); bool timed_out = false; - tab->NavigateToURLWithTimeout(net_util::FilePathToFileURL(test_file), + tab->NavigateToURLWithTimeout(net::FilePathToFileURL(test_file), kWaitForActionMaxMsec, &timed_out); EXPECT_FALSE(timed_out); |