| Index: chrome/browser/ui/intents/intents_model.h
|
| diff --git a/chrome/browser/ui/intents/intents_model.h b/chrome/browser/ui/intents/intents_model.h
|
| index 14e8bbf342bab598cb32e0899c88e855995305ae..7ac99bb5a7030fabc862de56ef7fc088680a13b6 100644
|
| --- a/chrome/browser/ui/intents/intents_model.h
|
| +++ b/chrome/browser/ui/intents/intents_model.h
|
| @@ -103,7 +103,7 @@ class IntentsModel : public ui::TreeNodeModel<IntentsTreeNode>,
|
|
|
| virtual void OnIntentsQueryDone(
|
| WebIntentsRegistry::QueryID query_id,
|
| - const std::vector<WebIntentData>& intents) OVERRIDE;
|
| + const std::vector<WebIntentServiceData>& intents) OVERRIDE;
|
|
|
| private:
|
| // Loads the data model from the WebIntentsRegistry.
|
|
|