Index: chrome/browser/plugin_exceptions_table_model_unittest.cc |
diff --git a/chrome/browser/plugin_exceptions_table_model_unittest.cc b/chrome/browser/plugin_exceptions_table_model_unittest.cc |
index cdfd537adb23a3726d9745e430f93600c24faffc..ac14c86b935bc6d35af4c40e93ba1c2918610f48 100644 |
--- a/chrome/browser/plugin_exceptions_table_model_unittest.cc |
+++ b/chrome/browser/plugin_exceptions_table_model_unittest.cc |
@@ -137,7 +137,7 @@ class PluginExceptionsTableModelTest : public testing::Test { |
last_plugin = it->plugin_id; |
} |
} |
- if (row_counts.size() > 0) |
+ if (!row_counts.empty()) |
EXPECT_EQ(count, row_counts[last_plugin]); |
} |