Index: net/url_request/url_request_unittest.h |
=================================================================== |
--- net/url_request/url_request_unittest.h (revision 10130) |
+++ net/url_request/url_request_unittest.h (working copy) |
@@ -419,7 +419,8 @@ |
// Create a server with a valid certificate |
// TODO(dkegel): HTTPSTestServer should not require an instance to specify |
// stock test certificates |
- static scoped_refptr<HTTPSTestServer> CreateGoodServer(const std::wstring& document_root) { |
+ static scoped_refptr<HTTPSTestServer> CreateGoodServer( |
+ const std::wstring& document_root) { |
scoped_refptr<HTTPSTestServer> test_server = new HTTPSTestServer(); |
FilePath docroot = FilePath::FromWStringHack(document_root); |
FilePath certpath = test_server->launcher_.GetOKCertPath(); |