Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(626)

Unified Diff: chrome/browser/ui/intents/intents_model.h

Issue 7930002: Rename WebIntentData for backend storage to WebIntentServiceData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698