| Index: net/base/net_util.h
|
| ===================================================================
|
| --- net/base/net_util.h (revision 6271)
|
| +++ net/base/net_util.h (working copy)
|
| @@ -28,6 +28,8 @@
|
|
|
| // Given the full path to a file name, creates a file: URL. The returned URL
|
| // may not be valid if the input is malformed.
|
| +GURL FilePathToFileURL(const FilePath& path);
|
| +// Deprecated temporary compatibility function.
|
| GURL FilePathToFileURL(const std::wstring& file_path);
|
|
|
| // Converts a file: URL back to a filename that can be passed to the OS. The
|
|
|