| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index 3b48f9cc81e107347c9ce74b9d7e5310ab66462e..737ca17fab37c4d5568ae103167acbc80a731234 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -392,7 +392,7 @@ Profile* CreateProfile(const content::MainFunctionParams& parameters,
|
| if (!parameters.ui_task && browser_shutdown::delete_resources_on_shutdown) {
|
| // Only delete the resources if we're not running tests. If we're running
|
| // tests the resources need to be reused as many places in the UI cache
|
| - // SkBitmaps from the ResourceBundle.
|
| + // ImageSkias from the ResourceBundle.
|
| ResourceBundle::CleanupSharedInstance();
|
| }
|
|
|
|
|