Commit d6c58bdd authored by Aaron Colwell's avatar Aaron Colwell Committed by Commit Bot

Fix typo in ThumbnailCache.

Change-Id: Ie3062d15c52cc7c7ddc4a293f53f22c9ec47a8fc
Reviewed-on: https://chromium-review.googlesource.com/1243409Reviewed-by: default avatarDavid Trainor <dtrainor@chromium.org>
Commit-Queue: Aaron Colwell <acolwell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#594426}
parent d42be1d6
...@@ -435,8 +435,8 @@ void ThumbnailCache::MakeSpaceForNewItemIfNecessary(TabId tab_id) { ...@@ -435,8 +435,8 @@ void ThumbnailCache::MakeSpaceForNewItemIfNecessary(TabId tab_id) {
riter++) { riter++) {
if (cache_.Get(*riter)) { if (cache_.Get(*riter)) {
key_to_remove = *riter; key_to_remove = *riter;
break;
found_key_to_remove = true; found_key_to_remove = true;
break;
} }
} }
} }
......
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