| Index: webkit/plugins/npapi/plugin_group.cc
|
| diff --git a/webkit/plugins/npapi/plugin_group.cc b/webkit/plugins/npapi/plugin_group.cc
|
| index 4b61baaea013fe4176f458e494fc9e1c42f30092..52f7c41d1449a224fdb87b93b3bf1d82668d572d 100644
|
| --- a/webkit/plugins/npapi/plugin_group.cc
|
| +++ b/webkit/plugins/npapi/plugin_group.cc
|
| @@ -488,7 +488,7 @@ bool PluginGroup::RequiresAuthorization() const {
|
| }
|
|
|
| bool PluginGroup::IsEmpty() const {
|
| - return web_plugin_infos_.size() == 0;
|
| + return web_plugin_infos_.empty();
|
| }
|
|
|
| void PluginGroup::DisableOutdatedPlugins() {
|
|
|