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

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

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.cc
diff --git a/chrome/browser/ui/intents/web_intents_model.cc b/chrome/browser/ui/intents/web_intents_model.cc
index abaf9f374f1a819a79dbd293ef3b26645bdd135b..122bccc436d2af16fa6eb88d39cbcc199f498c1b 100644
--- a/chrome/browser/ui/intents/web_intents_model.cc
+++ b/chrome/browser/ui/intents/web_intents_model.cc
@@ -121,7 +121,7 @@ void WebIntentsModel::LoadModel() {
void WebIntentsModel::OnIntentsQueryDone(
WebIntentsRegistry::QueryID query_id,
- const std::vector<WebIntentServiceData>& services) {
+ const std::vector<webkit_glue::WebIntentServiceData>& services) {
for (size_t i = 0; i < services.size(); ++i) {
// Eventually do some awesome sorting, grouping, clustering stuff here.
// For now, just stick it in the model flat.
« no previous file with comments | « chrome/browser/ui/intents/web_intents_model.h ('k') | chrome/browser/ui/intents/web_intents_model_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698