Index: chrome/browser/renderer_host/resource_message_filter.h |
diff --git a/chrome/browser/renderer_host/resource_message_filter.h b/chrome/browser/renderer_host/resource_message_filter.h |
index 69af8a9cb445cddd14b64abf35600482e83caee3..471c60a7a3bf8fe5ead898b6cf28bcf04222dff5 100644 |
--- a/chrome/browser/renderer_host/resource_message_filter.h |
+++ b/chrome/browser/renderer_host/resource_message_filter.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. |
@@ -12,7 +12,10 @@ |
class ChromeURLRequestContext; |
class ResourceDispatcherHost; |
+ |
+namespace net { |
class URLRequestContext; |
+} // namespace net |
// This class filters out incoming IPC messages for network requests and |
// processes them on the IPC thread. As a result, network requests are not |
@@ -27,7 +30,7 @@ class ResourceMessageFilter : public BrowserMessageFilter { |
public: |
URLRequestContextOverride() {} |
- virtual URLRequestContext* GetRequestContext( |
+ virtual net::URLRequestContext* GetRequestContext( |
uint32 request_id, ResourceType::Type resource_type) = 0; |
protected: |