| Index: base/mime_util_xdg.cc
|
| diff --git a/base/mime_util_xdg.cc b/base/mime_util_xdg.cc
|
| index 5215d01e32c4e7b5dae01fe076506fbf016e7d5e..4dd7a3e7ae10428d90df94da332d2757650d1d2e 100644
|
| --- a/base/mime_util_xdg.cc
|
| +++ b/base/mime_util_xdg.cc
|
| @@ -525,7 +525,7 @@ FilePath LookupIconInDefaultTheme(const std::string& icon_name, int size) {
|
| EnsureUpdated();
|
| MimeUtilConstants* constants = MimeUtilConstants::GetInstance();
|
| std::map<std::string, IconTheme*>* icon_themes = constants->icon_themes_;
|
| - if (icon_themes->size() == 0)
|
| + if (icon_themes->empty())
|
| InitDefaultThemes();
|
|
|
| FilePath icon_path;
|
|
|