| Index: chrome/common/resource_response.h
|
| diff --git a/chrome/common/resource_response.h b/chrome/common/resource_response.h
|
| index 058a8111fe6e4dc4b67680f0b69f2afd53eb5038..a5284df8f292501545c65fc60776ccb121323824 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
|
|
|