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

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: 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
« no previous file with comments | « chrome/browser/ui/intents/web_intents_model_unittest.cc ('k') | chrome/browser/webdata/web_data_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/ui/intents/web_intents_model_unittest.cc ('k') | chrome/browser/webdata/web_data_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698