Convert static comparator functions in DocumentMarkerController to lambdas

After https://codereview.chromium.org/2818873002, we will need to use
EndsBefore() in more than one file. yosin advised that these functions are
small enough that they should be lambdas rather than trying to add them e.g. as
member functions on DocumentMarker to avoid duplication.

BUG=707867

Review-Url: https://codereview.chromium.org/2828093004
Cr-Commit-Position: refs/heads/master@{#465960}
1 file changed