Chromium Code Reviews| Index: webkit/glue/image_resource_fetcher.h |
| =================================================================== |
| --- webkit/glue/image_resource_fetcher.h (revision 20031) |
| +++ webkit/glue/image_resource_fetcher.h (working copy) |
| @@ -39,7 +39,7 @@ |
| void OnURLFetchComplete(const WebKit::WebURLResponse& response, |
| const std::string& data); |
| - Callback* callback_; |
| + scoped_ptr<Callback> callback_; |
| // Unique identifier for the request. |
| const int id_; |