Index: chrome/browser/automation/automation_provider_observers.cc |
diff --git a/chrome/browser/automation/automation_provider_observers.cc b/chrome/browser/automation/automation_provider_observers.cc |
index 435cef459c57c1e5c131da802bd3697d3eb57f14..37754c64bef1b499ec309fb88665f016266b457e 100644 |
--- a/chrome/browser/automation/automation_provider_observers.cc |
+++ b/chrome/browser/automation/automation_provider_observers.cc |
@@ -627,7 +627,7 @@ void ExtensionTestResultNotificationObserver::MaybeSendResult() { |
if (!automation_) |
return; |
- if (results_.size() > 0) { |
+ if (!results_.empty()) { |
// This release method should return the automation's current |
// reply message, or NULL if there is no current one. If it is not |
// NULL, we are stating that we will handle this reply message. |