diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-21 18:09:42 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-21 18:09:42 +0000 |
commit | 30975479ed1f53b354b6c74e2161b0b0bf5083fb (patch) | |
tree | 075c8be813cff00c5755ad2cb9143fbe4ca27644 /net | |
parent | 8888c015b68d725329b0544aac1df4597cac5957 (diff) | |
download | chromium_src-30975479ed1f53b354b6c74e2161b0b0bf5083fb.zip chromium_src-30975479ed1f53b354b6c74e2161b0b0bf5083fb.tar.gz chromium_src-30975479ed1f53b354b6c74e2161b0b0bf5083fb.tar.bz2 |
Add line break to adhere to 80 char line limit.
R=erikkay
Review URL: http://codereview.chromium.org/27022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10150 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/url_request/url_request_unittest.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/url_request/url_request_unittest.h b/net/url_request/url_request_unittest.h index 53b137b..35c7c23 100644 --- a/net/url_request/url_request_unittest.h +++ b/net/url_request/url_request_unittest.h @@ -419,7 +419,8 @@ class HTTPSTestServer : public HTTPTestServer { // 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(); |