Chromium Code Reviews| Index: chrome/browser/chromeos/file_system_provider/notification_manager.cc |
| diff --git a/chrome/browser/chromeos/file_system_provider/notification_manager.cc b/chrome/browser/chromeos/file_system_provider/notification_manager.cc |
| index ece689b192a275fb39af19c8c93f3fbf624f4664..bfb8648d94adc0490c82ac50c087c7ae5996b080 100644 |
| --- a/chrome/browser/chromeos/file_system_provider/notification_manager.cc |
| +++ b/chrome/browser/chromeos/file_system_provider/notification_manager.cc |
| @@ -7,7 +7,7 @@ |
| #include "base/macros.h" |
| #include "base/strings/utf_string_conversions.h" |
| #include "chrome/browser/browser_process.h" |
| -#include "chrome/browser/extensions/extension_app_icon_loader.h" |
| +#include "chrome/browser/extensions/chrome_app_icon_loader.h" |
| #include "chrome/browser/ui/ash/multi_user/multi_user_util.h" |
| #include "chrome/grit/generated_resources.h" |
| #include "components/signin/core/account_id/account_id.h" |
| @@ -56,7 +56,7 @@ NotificationManager::NotificationManager( |
| : profile_(profile), |
| file_system_info_(file_system_info), |
| icon_loader_( |
|
msw
2017/05/03 01:17:37
optional nit/aside: icon_loader_ need not be a std
khmel
2017/05/03 02:15:21
If you don't mind I won't change. This change is j
msw
2017/05/08 19:59:53
That's fine, it's tangential to your change.
khmel
2017/05/09 00:05:03
Acknowledged.
|
| - new extensions::ExtensionAppIconLoader(profile, kIconSize, this)) {} |
| + new extensions::ChromeAppIconLoader(profile, kIconSize, this)) {} |
| NotificationManager::~NotificationManager() { |
| if (callbacks_.size()) { |