Index: net/url_request/url_request_redirect_job.h |
diff --git a/net/url_request/url_request_redirect_job.h b/net/url_request/url_request_redirect_job.h |
index 55c34a72e88a9bf3fcafd39364a4cac87bd9ae2f..7466cec07fc95cdb9cc3b0c8ccb80c365dafcefb 100644 |
--- a/net/url_request/url_request_redirect_job.h |
+++ b/net/url_request/url_request_redirect_job.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2010 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. |
@@ -16,7 +16,7 @@ class GURL; |
class URLRequestRedirectJob : public URLRequestJob { |
public: |
// Constructs a job that redirects to the specified URL. |
- URLRequestRedirectJob(URLRequest* request, GURL redirect_destination); |
+ URLRequestRedirectJob(net::URLRequest* request, GURL redirect_destination); |
virtual void Start(); |
bool IsRedirectResponse(GURL* location, int* http_status_code); |
@@ -30,4 +30,3 @@ class URLRequestRedirectJob : public URLRequestJob { |
}; |
#endif // NET_URL_REQUEST_URL_REQUEST_REDIRECT_JOB_H_ |
- |