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

Unified Diff: chrome/browser/ui/browser.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/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index 82188aaaca93d231e4cd101b4dd07f1e3e9b98b7..049f4dff2f210b4212b1468873d111ebfcbdc8d3 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -2592,7 +2592,7 @@ void Browser::RegisterIntentHandlerHelper(TabContents* tab,
service_url = url.Resolve(href);
}
- WebIntentServiceData service;
+ webkit_glue::WebIntentServiceData service;
service.service_url = service_url;
service.action = action;
service.type = type;

Powered by Google App Engine
This is Rietveld 408576698