diff options
Diffstat (limited to 'chrome/test/ui/npapi_uitest.cpp')
-rw-r--r-- | chrome/test/ui/npapi_uitest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/ui/npapi_uitest.cpp b/chrome/test/ui/npapi_uitest.cpp index cf81db6..bd292e6 100644 --- a/chrome/test/ui/npapi_uitest.cpp +++ b/chrome/test/ui/npapi_uitest.cpp @@ -101,7 +101,7 @@ protected: PathService::Get(chrome::DIR_TEST_DATA, &path); file_util::AppendToPath(&path, L"npapi"); file_util::AppendToPath(&path, test_case); - return net_util::FilePathToFileURL(path); + return net::FilePathToFileURL(path); } // Waits for the test case to finish. |