Update IconManager for Chrome 56 upgrade

This commit is contained in:
Kevin Sawicki 2017-02-07 10:15:46 -08:00
parent a9dae243b4
commit ee66776450

View file

@ -27,7 +27,7 @@ IconManager* IconManager::GetInstance() {
IconManager::IconManager() {}
IconManager::~IconManager() {
STLDeleteValues(&icon_cache_);
base::STLDeleteValues(&icon_cache_);
}
gfx::Image* IconManager::LookupIconFromFilepath(const base::FilePath& file_name,