Index: chrome/browser/notifications/desktop_notification_service.cc |
diff --git a/chrome/browser/notifications/desktop_notification_service.cc b/chrome/browser/notifications/desktop_notification_service.cc |
index 7b2ae5026169fee2d6a9b535e005e11d8b08e587..95e2ac72feccba2f336502076682de05089db810 100644 |
--- a/chrome/browser/notifications/desktop_notification_service.cc |
+++ b/chrome/browser/notifications/desktop_notification_service.cc |
@@ -208,7 +208,7 @@ string16 DesktopNotificationService::CreateDataUrl( |
std::string data = ReplaceStringPlaceholders(template_html, subst, NULL); |
return UTF8ToUTF16("data:text/html;charset=utf-8," + |
- EscapeQueryParamValue(data, false)); |
+ net::EscapeQueryParamValue(data, false)); |
} |
DesktopNotificationService::DesktopNotificationService(Profile* profile, |