Index: content/browser/presentation/presentation_service_impl.cc |
diff --git a/content/browser/presentation/presentation_service_impl.cc b/content/browser/presentation/presentation_service_impl.cc |
index a9a73dd0304d38aaf74b270b1646c82d89a4db1c..23734a6b980b6ee79c5e9223f2507555b09abf57 100644 |
--- a/content/browser/presentation/presentation_service_impl.cc |
+++ b/content/browser/presentation/presentation_service_impl.cc |
@@ -606,7 +606,7 @@ void PresentationServiceImpl::NewSessionMojoCallbackWrapper::Run( |
blink::mojom::PresentationErrorPtr error) { |
DCHECK(!callback_.is_null()); |
callback_.Run(std::move(session), std::move(error)); |
- callback_.reset(); |
+ callback_.Reset(); |
} |
} // namespace content |