Index: chrome/browser/webdata/web_data_service.h |
diff --git a/chrome/browser/webdata/web_data_service.h b/chrome/browser/webdata/web_data_service.h |
index 5f6ce06b8866ac75fa362b34dc52078f7a0a43d9..986695c73d2b582240bd551bb8ecfe7c024e201f 100644 |
--- a/chrome/browser/webdata/web_data_service.h |
+++ b/chrome/browser/webdata/web_data_service.h |
@@ -29,7 +29,7 @@ class SkBitmap; |
class Task; |
class TemplateURL; |
class WebDatabase; |
-struct WebIntentData; |
+struct WebIntentServiceData; |
namespace base { |
class Thread; |
@@ -350,10 +350,10 @@ class WebDataService |
////////////////////////////////////////////////////////////////////////////// |
// Adds a web intent provider registration. |
- void AddWebIntent(const WebIntentData& intent); |
+ void AddWebIntent(const WebIntentServiceData& service); |
// Removes a web intent provider registration. |
- void RemoveWebIntent(const WebIntentData& intent); |
+ void RemoveWebIntent(const WebIntentServiceData& service); |
// Get all web intent providers registered for the specified |action|. |
// |consumer| must not be NULL. |
@@ -590,8 +590,8 @@ class WebDataService |
// Web Intents. |
// |
////////////////////////////////////////////////////////////////////////////// |
- void AddWebIntentImpl(GenericRequest<WebIntentData>* request); |
- void RemoveWebIntentImpl(GenericRequest<WebIntentData>* request); |
+ void AddWebIntentImpl(GenericRequest<WebIntentServiceData>* request); |
+ void RemoveWebIntentImpl(GenericRequest<WebIntentServiceData>* request); |
void GetWebIntentsImpl(GenericRequest<string16>* request); |
void GetAllWebIntentsImpl(GenericRequest<std::string>* request); |