Index: chrome/browser/extensions/webstore_standalone_installer.h |
diff --git a/chrome/browser/extensions/webstore_standalone_installer.h b/chrome/browser/extensions/webstore_standalone_installer.h |
index e1029441638e67dacfefdf842b5ef4d246878028..b897845ac80c534355c9f216a0c9b8c90698f0d6 100644 |
--- a/chrome/browser/extensions/webstore_standalone_installer.h |
+++ b/chrome/browser/extensions/webstore_standalone_installer.h |
@@ -149,7 +149,7 @@ class WebstoreStandaloneInstaller |
virtual void OnWebstoreRequestFailure() OVERRIDE; |
virtual void OnWebstoreResponseParseSuccess( |
- base::DictionaryValue* webstore_data) OVERRIDE; |
+ scoped_ptr<base::DictionaryValue> webstore_data) OVERRIDE; |
virtual void OnWebstoreResponseParseFailure( |
const std::string& error) OVERRIDE; |