summaryrefslogtreecommitdiffstats
path: root/webkit/glue/image_resource_fetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/image_resource_fetcher.h')
-rw-r--r--webkit/glue/image_resource_fetcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/image_resource_fetcher.h b/webkit/glue/image_resource_fetcher.h
index 1503481..af542dd 100644
--- a/webkit/glue/image_resource_fetcher.h
+++ b/webkit/glue/image_resource_fetcher.h
@@ -39,7 +39,7 @@ class ImageResourceFetcher {
void OnURLFetchComplete(const WebKit::WebURLResponse& response,
const std::string& data);
- Callback* callback_;
+ scoped_ptr<Callback> callback_;
// Unique identifier for the request.
const int id_;