Index: chrome/browser/renderer_host/offline_resource_handler.h |
diff --git a/chrome/browser/renderer_host/offline_resource_handler.h b/chrome/browser/renderer_host/offline_resource_handler.h |
index eb190727297a9e9f148c053e9b82becc6158a79d..82f15a93121cd9109a097f4973cfd85a482c7301 100644 |
--- a/chrome/browser/renderer_host/offline_resource_handler.h |
+++ b/chrome/browser/renderer_host/offline_resource_handler.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. |
@@ -40,7 +40,7 @@ class OfflineResourceHandler : public ResourceHandler, |
int min_size); |
virtual bool OnReadCompleted(int request_id, int* bytes_read); |
virtual bool OnResponseCompleted(int request_id, |
- const URLRequestStatus& status, |
+ const net::URLRequestStatus& status, |
const std::string& security_info); |
virtual void OnRequestClosed(); |