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

Unified Diff: chrome/browser/intents/register_intent_handler_infobar_delegate.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
« no previous file with comments | « no previous file | chrome/browser/intents/register_intent_handler_infobar_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/intents/register_intent_handler_infobar_delegate.h
diff --git a/chrome/browser/intents/register_intent_handler_infobar_delegate.h b/chrome/browser/intents/register_intent_handler_infobar_delegate.h
index 83ae2fa75956d7e52a58bbd96740db7b0a8a7c24..21bc4de073089e40b5da40a1b04f101a1f4c475a 100644
--- a/chrome/browser/intents/register_intent_handler_infobar_delegate.h
+++ b/chrome/browser/intents/register_intent_handler_infobar_delegate.h
@@ -18,9 +18,10 @@ class WebIntentsRegistry;
// Intent handler.
class RegisterIntentHandlerInfoBarDelegate : public ConfirmInfoBarDelegate {
public:
- RegisterIntentHandlerInfoBarDelegate(InfoBarTabHelper* infobar_helper,
- WebIntentsRegistry* registry,
- const WebIntentServiceData& service);
+ RegisterIntentHandlerInfoBarDelegate(
+ InfoBarTabHelper* infobar_helper,
+ WebIntentsRegistry* registry,
+ const webkit_glue::WebIntentServiceData& service);
// ConfirmInfoBarDelegate implementation.
virtual Type GetInfoBarType() const OVERRIDE;
@@ -34,8 +35,8 @@ class RegisterIntentHandlerInfoBarDelegate : public ConfirmInfoBarDelegate {
// The web intents registry to use. Weak pointer.
WebIntentsRegistry* registry_;
- // The cached intent data bundle passed up from the renderer.
- WebIntentServiceData service_;
+ // The cached intent service data bundle passed up from the renderer.
+ webkit_glue::WebIntentServiceData service_;
DISALLOW_COPY_AND_ASSIGN(RegisterIntentHandlerInfoBarDelegate);
};
« no previous file with comments | « no previous file | chrome/browser/intents/register_intent_handler_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698