diff options
Diffstat (limited to 'chrome/browser/iframe_uitest.cc')
-rw-r--r-- | chrome/browser/iframe_uitest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/iframe_uitest.cc b/chrome/browser/iframe_uitest.cc index 9b3b178..7225943 100644 --- a/chrome/browser/iframe_uitest.cc +++ b/chrome/browser/iframe_uitest.cc @@ -38,7 +38,7 @@ class IFrameTest : public UITest { std::wstring test_file = test_data_directory_; file_util::AppendToPath(&test_file, url); - NavigateToURL(net_util::FilePathToFileURL(test_file)); + NavigateToURL(net::FilePathToFileURL(test_file)); Sleep(kWaitForActionMsec); // The browser lazily updates the title. // Make sure the navigation succeeded. |