summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_commands.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_commands.cc')
-rw-r--r--chrome/browser/browser_commands.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_commands.cc b/chrome/browser/browser_commands.cc
index fc54ae8..cdfc7a2 100644
--- a/chrome/browser/browser_commands.cc
+++ b/chrome/browser/browser_commands.cc
@@ -1115,7 +1115,7 @@ void Browser::DuplicateContentsAt(int index) {
// Browser, SelectFileDialog::Listener implementation:
void Browser::FileSelected(const std::wstring& path, void* params) {
- GURL file_url = net_util::FilePathToFileURL(path);
+ GURL file_url = net::FilePathToFileURL(path);
if (!file_url.is_empty())
OpenURL(file_url, CURRENT_TAB, PageTransition::TYPED);
}