diff options
Diffstat (limited to 'chrome/installer/util/delete_after_reboot_helper.cc')
-rw-r--r-- | chrome/installer/util/delete_after_reboot_helper.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/util/delete_after_reboot_helper.cc b/chrome/installer/util/delete_after_reboot_helper.cc index 6583250..e21d6e5 100644 --- a/chrome/installer/util/delete_after_reboot_helper.cc +++ b/chrome/installer/util/delete_after_reboot_helper.cc @@ -195,7 +195,7 @@ void StringArrayToMultiSZBytes(const std::vector<PendingMove>& strings, DCHECK(buffer); buffer->clear(); - if (strings.size() == 0) { + if (strings.empty()) { // Leave buffer empty if we have no strings. return; } |