| Index: content/child/push_messaging/push_provider.cc
|
| diff --git a/content/child/push_messaging/push_provider.cc b/content/child/push_messaging/push_provider.cc
|
| index 0a92c28296023fea558a33872130d4065af5a36c..f8dc6a2177fea7340b87d21fa83c641bb019f7ee 100644
|
| --- a/content/child/push_messaging/push_provider.cc
|
| +++ b/content/child/push_messaging/push_provider.cc
|
| @@ -33,7 +33,7 @@ int64_t GetServiceWorkerRegistrationId(
|
| blink::WebServiceWorkerRegistration* service_worker_registration) {
|
| return static_cast<WebServiceWorkerRegistrationImpl*>(
|
| service_worker_registration)
|
| - ->registration_id();
|
| + ->registrationId();
|
| }
|
|
|
| } // namespace
|
|
|