diff options
Diffstat (limited to 'content/browser/renderer_host/sync_resource_handler.h')
-rw-r--r-- | content/browser/renderer_host/sync_resource_handler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/renderer_host/sync_resource_handler.h b/content/browser/renderer_host/sync_resource_handler.h index 5786c6a..43c9bb8 100644 --- a/content/browser/renderer_host/sync_resource_handler.h +++ b/content/browser/renderer_host/sync_resource_handler.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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. @@ -62,7 +62,7 @@ class SyncResourceHandler : public ResourceHandler { scoped_refptr<net::IOBuffer> read_buffer_; content::SyncLoadResult result_; - ResourceMessageFilter* filter_; + scoped_refptr<ResourceMessageFilter> filter_; IPC::Message* result_message_; ResourceDispatcherHost* rdh_; }; |