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

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

Issue 8417043: Add webkit_glue namespace. Improve some variable and test names. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge error Created 9 years, 2 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/web_intents_model.h
diff --git a/chrome/browser/ui/intents/web_intents_model.h b/chrome/browser/ui/intents/web_intents_model.h
index 437b3bb251494d2b6fc3ca7cce4f62d8373dfefb..4a5a2b59eef28034d4e2b35c8f0742b71a0b3e5f 100644
--- a/chrome/browser/ui/intents/web_intents_model.h
+++ b/chrome/browser/ui/intents/web_intents_model.h
@@ -103,7 +103,7 @@ class WebIntentsModel : public ui::TreeNodeModel<WebIntentsTreeNode>,
virtual void OnIntentsQueryDone(
WebIntentsRegistry::QueryID query_id,
- const std::vector<WebIntentServiceData>& intents) OVERRIDE;
+ const std::vector<webkit_glue::WebIntentServiceData>& services) OVERRIDE;
private:
// Loads the data model from the WebIntentsRegistry.
« no previous file with comments | « chrome/browser/ui/intents/web_intent_picker_controller_unittest.cc ('k') | chrome/browser/ui/intents/web_intents_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698