From 3f50c38dc070f4bb515c1b64450dae14f316474e Mon Sep 17 00:00:00 2001 From: Kristian Monsen Date: Tue, 24 May 2011 16:24:13 +0100 Subject: Merge Chromium at r10.0.634.0: Initial merge by git. Change-Id: Iac2af492818d119bcc2562eb5fdabf5ab0b6df9c --- net/url_request/url_request_http_job.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'net/url_request/url_request_http_job.h') diff --git a/net/url_request/url_request_http_job.h b/net/url_request/url_request_http_job.h index 78778c5..fbd8baf 100644 --- a/net/url_request/url_request_http_job.h +++ b/net/url_request/url_request_http_job.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -18,12 +18,11 @@ #include "net/url_request/url_request_job.h" #include "net/url_request/url_request_throttler_entry_interface.h" -class URLRequestContext; - namespace net { class HttpResponseInfo; class HttpTransaction; +class URLRequestContext; // A net::URLRequestJob subclass that is built on top of HttpTransaction. It // provides an implementation for both HTTP and HTTPS. -- cgit v1.1