Update IconManager for Chrome 56 upgrade
This commit is contained in:
parent
a9dae243b4
commit
ee66776450
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ IconManager* IconManager::GetInstance() {
|
||||||
IconManager::IconManager() {}
|
IconManager::IconManager() {}
|
||||||
|
|
||||||
IconManager::~IconManager() {
|
IconManager::~IconManager() {
|
||||||
STLDeleteValues(&icon_cache_);
|
base::STLDeleteValues(&icon_cache_);
|
||||||
}
|
}
|
||||||
|
|
||||||
gfx::Image* IconManager::LookupIconFromFilepath(const base::FilePath& file_name,
|
gfx::Image* IconManager::LookupIconFromFilepath(const base::FilePath& file_name,
|
||||||
|
|
Loading…
Add table
Reference in a new issue