diff options
Diffstat (limited to 'net/base/net_util.cc')
-rw-r--r-- | net/base/net_util.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/base/net_util.cc b/net/base/net_util.cc index 61b5f87..e339838 100644 --- a/net/base/net_util.cc +++ b/net/base/net_util.cc @@ -660,7 +660,7 @@ std::wstring LocalizedDateTime(const FILETIME* filetime) { } // namespace -namespace net_util { +namespace net { GURL FilePathToFileURL(const std::wstring& file_path) { // Produce a URL like "file:///C:/foo" for a regular file, or @@ -992,4 +992,4 @@ bool IsPortAllowedByFtp(int port) { return IsPortAllowedByDefault(port); } -} // namespace net_util +} // namespace net |