Index: trunk/src/chrome/browser/extensions/webstore_data_fetcher_delegate.h |
=================================================================== |
--- trunk/src/chrome/browser/extensions/webstore_data_fetcher_delegate.h (revision 232879) |
+++ trunk/src/chrome/browser/extensions/webstore_data_fetcher_delegate.h (working copy) |
@@ -21,7 +21,7 @@ |
// Invoked when the web store response parsing is successful. Delegate takes |
// ownership of |webstore_data|. |
virtual void OnWebstoreResponseParseSuccess( |
- scoped_ptr<base::DictionaryValue> webstore_data) = 0; |
+ base::DictionaryValue* webstore_data) = 0; |
// Invoked when the web store response parsing is failed. |
virtual void OnWebstoreResponseParseFailure(const std::string& error) = 0; |