| Index: chrome/browser/ui/intents/web_intent_picker_controller.h
|
| diff --git a/chrome/browser/ui/intents/web_intent_picker_controller.h b/chrome/browser/ui/intents/web_intent_picker_controller.h
|
| index fd88d96039139639b0d72cd8ffcdcc4e00d083e5..7dee43936a0645fc240f1bca4f5310835a78341b 100644
|
| --- a/chrome/browser/ui/intents/web_intent_picker_controller.h
|
| +++ b/chrome/browser/ui/intents/web_intent_picker_controller.h
|
| @@ -24,7 +24,10 @@ class TabContentsWrapper;
|
| class WebDataService;
|
| class WebIntentPicker;
|
| class WebIntentPickerFactory;
|
| +
|
| +namespace webkit_glue {
|
| struct WebIntentServiceData;
|
| +}
|
|
|
| // Controls the creation of the WebIntentPicker UI and forwards the user's
|
| // intent handler choice back to the TabContents object.
|
| @@ -71,7 +74,7 @@ class WebIntentPickerController : public content::NotificationObserver,
|
|
|
| // Called from the WebIntentDataFetcher when intent data is available.
|
| void OnWebIntentDataAvailable(
|
| - const std::vector<WebIntentServiceData>& intent_data);
|
| + const std::vector<webkit_glue::WebIntentServiceData>& services);
|
|
|
| // Called from the FaviconDataFetcher when a favicon is available.
|
| void OnFaviconDataAvailable(size_t index, const SkBitmap& icon_bitmap);
|
|
|