Index: chrome/browser/extensions/bookmark_app_helper.h |
diff --git a/chrome/browser/extensions/bookmark_app_helper.h b/chrome/browser/extensions/bookmark_app_helper.h |
index 434def6653895c4bde3ac17896465f90950d0da2..31442a60d2b9ae426c1f4cb9c47ef356eaa1d2fe 100644 |
--- a/chrome/browser/extensions/bookmark_app_helper.h |
+++ b/chrome/browser/extensions/bookmark_app_helper.h |
@@ -107,7 +107,7 @@ class BookmarkAppHelper : public content::NotificationObserver { |
// Creates or updates a bookmark app from the given |web_app_info|. Icons will |
// not be downloaded so only supplied icon data will be used. |
void CreateOrUpdateBookmarkApp(ExtensionService* service, |
- WebApplicationInfo& web_app_info); |
+ WebApplicationInfo* web_app_info); |
// Retrieves the WebApplicationInfo that represents a given bookmark app. |
// |callback| will be called with a WebApplicationInfo which is populated with |