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

Unified Diff: net/http/http_pipelined_host_impl.h

Issue 8770031: Fix shared library build in net. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/http/http_pipelined_host_impl.h
diff --git a/net/http/http_pipelined_host_impl.h b/net/http/http_pipelined_host_impl.h
index af78005cfb689c0b8b97aed4f735f33a652b3eb5..f74de88489fdf2938a46a5025cf5a5bce33a2140 100644
--- a/net/http/http_pipelined_host_impl.h
+++ b/net/http/http_pipelined_host_impl.h
@@ -64,7 +64,7 @@ class NET_EXPORT_PRIVATE HttpPipelinedHostImpl
// Returns the maximum number of in-flight pipelined requests we'll allow on a
// single connection.
- NET_EXPORT_PRIVATE static int max_pipeline_depth() { return 3; }
+ static int max_pipeline_depth() { return 3; }
private:
struct PipelineInfo {
« 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