| Index: webkit/glue/resource_loader_bridge.h
|
| diff --git a/webkit/glue/resource_loader_bridge.h b/webkit/glue/resource_loader_bridge.h
|
| index 85facfa57de28011acf9dd2347fc9e7da67c93e7..23ebb359f704836ec0c195c983c373c15e2b6936 100644
|
| --- a/webkit/glue/resource_loader_bridge.h
|
| +++ b/webkit/glue/resource_loader_bridge.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.
|
| //
|
| @@ -248,7 +248,7 @@ class ResourceLoaderBridge {
|
| ~SyncLoadResponse();
|
|
|
| // The response status.
|
| - URLRequestStatus status;
|
| + net::URLRequestStatus status;
|
|
|
| // The final URL of the response. This may differ from the request URL in
|
| // the case of a server redirect.
|
|
|