Index: content/shell/browser/layout_test/layout_test_push_messaging_service.cc |
diff --git a/content/shell/browser/layout_test/layout_test_push_messaging_service.cc b/content/shell/browser/layout_test/layout_test_push_messaging_service.cc |
index c8a0aa2242f8eabd6877465ae12851c432bd0d00..9b83add41da1175c2bec707609f5a79d19cfb00d 100644 |
--- a/content/shell/browser/layout_test/layout_test_push_messaging_service.cc |
+++ b/content/shell/browser/layout_test/layout_test_push_messaging_service.cc |
@@ -66,7 +66,7 @@ GURL LayoutTestPushMessagingService::GetPushEndpoint() { |
void LayoutTestPushMessagingService::SubscribeFromDocument( |
const GURL& requesting_origin, |
- int64 service_worker_registration_id, |
+ int64_t service_worker_registration_id, |
const std::string& sender_id, |
int renderer_id, |
int render_frame_id, |
@@ -78,7 +78,7 @@ void LayoutTestPushMessagingService::SubscribeFromDocument( |
void LayoutTestPushMessagingService::SubscribeFromWorker( |
const GURL& requesting_origin, |
- int64 service_worker_registration_id, |
+ int64_t service_worker_registration_id, |
const std::string& sender_id, |
bool user_visible, |
const PushMessagingService::RegisterCallback& callback) { |
@@ -129,7 +129,7 @@ bool LayoutTestPushMessagingService::SupportNonVisibleMessages() { |
void LayoutTestPushMessagingService::Unsubscribe( |
const GURL& requesting_origin, |
- int64 service_worker_registration_id, |
+ int64_t service_worker_registration_id, |
const std::string& sender_id, |
const UnregisterCallback& callback) { |
callback.Run(PUSH_UNREGISTRATION_STATUS_SUCCESS_UNREGISTERED); |