| Index: chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| diff --git a/chrome/browser/ui/webui/ntp/app_launcher_handler.h b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| index cdc767cc2b9ac8f3ad7dc21c1c820e9406d3bdb1..d06b48a19209742e22c04dccce4adb08849c450f 100644
|
| --- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| +++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| @@ -155,7 +155,7 @@ class AppLauncherHandler : public content::WebUIMessageHandler,
|
|
|
| // Continuation for installing a bookmark app after favicon lookup.
|
| void OnFaviconForApp(FaviconService::Handle handle,
|
| - history::FaviconData data);
|
| + const history::FaviconImageResult& image_result);
|
|
|
| // Sends |highlight_app_id_| to the js.
|
| void SetAppToBeHighlighted();
|
|
|