Index: content/public/browser/push_messaging_service.h |
diff --git a/content/public/browser/push_messaging_service.h b/content/public/browser/push_messaging_service.h |
index 242f2bf88d154b277805546c2beb43a4bbbf7351..c0694d6c3cfca95416c3fb3f65af33bbad104636 100644 |
--- a/content/public/browser/push_messaging_service.h |
+++ b/content/public/browser/push_messaging_service.h |
@@ -103,7 +103,7 @@ class CONTENT_EXPORT PushMessagingService { |
// Clear the push subscription id stored in the service worker with the given |
// |service_worker_registration_id| for the given |origin|. |
- static void ClearPushSubscriptionID(BrowserContext* browser_context, |
+ static void ClearPushSubscriptionId(BrowserContext* browser_context, |
const GURL& origin, |
int64_t service_worker_registration_id, |
const base::Closure& callback); |