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

Unified Diff: chrome/browser/intents/register_intent_handler_infobar_delegate.h

Issue 7930002: Rename WebIntentData for backend storage to WebIntentServiceData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix class/struct decl Created 9 years, 3 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/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 0c740710706acee37178b3bd42f6d9486962ec44..bd4521cefc17a18afbfab25d08f00606f26f91b5 100644
--- a/chrome/browser/intents/register_intent_handler_infobar_delegate.h
+++ b/chrome/browser/intents/register_intent_handler_infobar_delegate.h
@@ -8,7 +8,7 @@
#include "base/basictypes.h"
#include "base/string16.h"
-#include "chrome/browser/intents/web_intent_data.h"
+#include "chrome/browser/intents/web_intent_service_data.h"
#include "chrome/browser/tab_contents/confirm_infobar_delegate.h"
class Profile;
@@ -19,7 +19,7 @@ class TabContents;
class RegisterIntentHandlerInfoBarDelegate : public ConfirmInfoBarDelegate {
public:
RegisterIntentHandlerInfoBarDelegate(TabContents* tab_contents,
- const WebIntentData& intent);
+ const WebIntentServiceData& service);
// ConfirmInfoBarDelegate implementation.
virtual Type GetInfoBarType() const OVERRIDE;
@@ -37,7 +37,7 @@ class RegisterIntentHandlerInfoBarDelegate : public ConfirmInfoBarDelegate {
Profile* profile_;
// The cached intent data bundle passed up from the renderer.
- WebIntentData intent_;
+ WebIntentServiceData service_;
DISALLOW_COPY_AND_ASSIGN(RegisterIntentHandlerInfoBarDelegate);
};
« no previous file with comments | « chrome/browser/external_tab_container_win.cc ('k') | chrome/browser/intents/register_intent_handler_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698