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

Unified Diff: chrome/browser/ui/webui/options/web_intents_settings_handler.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: 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/webui/options/web_intents_settings_handler.cc
diff --git a/chrome/browser/ui/webui/options/web_intents_settings_handler.cc b/chrome/browser/ui/webui/options/web_intents_settings_handler.cc
index f12179992a755f23e0eacada352a66ac1a332e8d..9707915bffb959b89e78cbc426a9615783af8189 100644
--- a/chrome/browser/ui/webui/options/web_intents_settings_handler.cc
+++ b/chrome/browser/ui/webui/options/web_intents_settings_handler.cc
@@ -116,7 +116,7 @@ void WebIntentsSettingsHandler::RemoveOrigin(WebIntentsTreeNode* node) {
}
void WebIntentsSettingsHandler::RemoveService(ServiceTreeNode* snode) {
- WebIntentServiceData service;
+ webkit_glue::WebIntentServiceData service;
service.service_url = GURL(snode->ServiceUrl());
service.action = snode->Action();
string16 stype;

Powered by Google App Engine
This is Rietveld 408576698