Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(826)

Unified Diff: net/url_request/url_request_unittest.h

Issue 27022: Add line break to adhere to 80 char line limit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698