Index: chrome/installer/util/delete_after_reboot_helper.cc |
diff --git a/chrome/installer/util/delete_after_reboot_helper.cc b/chrome/installer/util/delete_after_reboot_helper.cc |
index 6583250336f17c7270ab4015be9d0edc91037d8e..e21d6e515f851141c13af185aadddedd85051f31 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; |
} |