Chromium Code Reviews| Index: net/url_request/url_request_unittest.h |
| =================================================================== |
| --- net/url_request/url_request_unittest.h (revision 25594) |
| +++ net/url_request/url_request_unittest.h (working copy) |
| @@ -288,8 +288,8 @@ |
| virtual bool MakeGETRequest(const std::string& page_name) = 0; |
| - std::wstring GetDataDirectory() { |
| - return launcher_.GetDocumentRootPath().ToWStringHack(); |
| + FilePath GetDataDirectory() { |
| + return launcher_.GetDocumentRootPath(); |
| } |
| protected: |