Commit 9142f6a3 authored by Alex Gough's avatar Alex Gough Committed by Commit Bot

File is now utf-8

Was iso-latin-1-unix according to Emacs and wasn't utf-8 according to
python. This commit changes the offending \x92 to a real '.

Change-Id: Ia40e0ef1332ab7dbb3ce50419404320ed6dcfc5d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1956278
Auto-Submit: Alex Gough <ajgo@chromium.org>
Reviewed-by: default avatarChris Hamilton <chrisha@chromium.org>
Commit-Queue: Chris Hamilton <chrisha@chromium.org>
Cr-Commit-Position: refs/heads/master@{#723423}
parent 3540b37f
......@@ -117,7 +117,7 @@ class MemoryPressureVoter {
// This is the aggregator to which this voter's votes will be cast.
MemoryPressureVoteAggregator* const aggregator_;
// Optional<> is used here as the vote will be null until the voters
// Optional<> is used here as the vote will be null until the voter's
// first vote calculation.
base::Optional<base::MemoryPressureListener::MemoryPressureLevel> vote_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment