| Index: chrome/browser/net/http_pipelining_compatibility_client.h
|
| diff --git a/chrome/browser/net/http_pipelining_compatibility_client.h b/chrome/browser/net/http_pipelining_compatibility_client.h
|
| index f249af6ccb505af80eacf86168bcb41f12c32b50..4ad10074f8f9b6687dff3af32f75809bf8e6a830 100644
|
| --- a/chrome/browser/net/http_pipelining_compatibility_client.h
|
| +++ b/chrome/browser/net/http_pipelining_compatibility_client.h
|
| @@ -108,7 +108,7 @@ class HttpPipeliningCompatibilityClient
|
| PIPE_TEST_CANARY_AND_STATS, // Both of the above.
|
| };
|
|
|
| - HttpPipeliningCompatibilityClient(
|
| + explicit HttpPipeliningCompatibilityClient(
|
| internal::PipelineTestRequest::Factory* factory);
|
| virtual ~HttpPipeliningCompatibilityClient();
|
|
|
|
|