Index: chrome/browser/component_updater/component_updater_service.h |
diff --git a/chrome/browser/component_updater/component_updater_service.h b/chrome/browser/component_updater/component_updater_service.h |
index 44504e63131d9e22ed1f5512567804234bcbc81d..8f3f8b674715c8d37d96e90396478d862f48c2d3 100644 |
--- a/chrome/browser/component_updater/component_updater_service.h |
+++ b/chrome/browser/component_updater/component_updater_service.h |
@@ -168,7 +168,7 @@ class ComponentUpdateService { |
// pings are disabled. |
virtual GURL PingUrl() = 0; |
// Parameters added to each url request. It can be null if none are needed. |
- virtual const char* ExtraRequestParams() = 0; |
+ virtual std::string ExtraRequestParams() = 0; |
// How big each update request can be. Don't go above 2000. |
virtual size_t UrlSizeLimit() = 0; |
// The source of contexts for all the url requests. |