| Index: content/renderer/presentation/presentation_dispatcher.cc
|
| diff --git a/content/renderer/presentation/presentation_dispatcher.cc b/content/renderer/presentation/presentation_dispatcher.cc
|
| index 5c1e969ee2a202abf3d94b54efc9a56ed1d53a68..e61a165c12dd2122d52aede0ba964011f98f4158 100644
|
| --- a/content/renderer/presentation/presentation_dispatcher.cc
|
| +++ b/content/renderer/presentation/presentation_dispatcher.cc
|
| @@ -293,7 +293,7 @@ void PresentationDispatcher::SetControllerConnection(
|
| void PresentationDispatcher::getAvailability(
|
| const blink::WebVector<blink::WebURL>& availabilityUrls,
|
| std::unique_ptr<blink::WebPresentationAvailabilityCallbacks> callback) {
|
| - DCHECK(!availabilityUrls.isEmpty());
|
| + DCHECK(!availabilityUrls.empty());
|
|
|
| std::vector<GURL> urls;
|
| for (const auto& availability_url : availabilityUrls)
|
|
|