diff options
Diffstat (limited to 'chrome/common/resource_response.h')
-rw-r--r-- | chrome/common/resource_response.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/resource_response.h b/chrome/common/resource_response.h index 058a811..a5284df 100644 --- a/chrome/common/resource_response.h +++ b/chrome/common/resource_response.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. @@ -21,7 +21,7 @@ struct ResourceResponseHead : webkit_glue::ResourceResponseInfo { ~ResourceResponseHead(); // The response status. - URLRequestStatus status; + net::URLRequestStatus status; // Whether we should apply a filter to this resource that replaces // localization templates with the appropriate localized strings. This is set |