Chromium Code Reviews| Index: chrome/browser/extensions/api/file_system/request_file_system_notification.cc |
| diff --git a/chrome/browser/extensions/api/file_system/request_file_system_notification.cc b/chrome/browser/extensions/api/file_system/request_file_system_notification.cc |
| index ad6bd8a334cdd0dfd8a038f2c719e866ec06dfc1..b2301aeba3efd11d3686843167a951080218a45e 100644 |
| --- a/chrome/browser/extensions/api/file_system/request_file_system_notification.cc |
| +++ b/chrome/browser/extensions/api/file_system/request_file_system_notification.cc |
| @@ -11,7 +11,7 @@ |
| #include "base/strings/utf_string_conversions.h" |
| #include "chrome/browser/browser_process.h" |
| #include "chrome/browser/chromeos/file_manager/volume_manager.h" |
| -#include "chrome/browser/extensions/extension_app_icon_loader.h" |
| +#include "chrome/browser/extensions/chrome_app_icon_loader.h" |
| #include "chrome/grit/generated_resources.h" |
| #include "extensions/common/extension.h" |
| #include "ui/base/l10n/l10n_util.h" |
| @@ -104,7 +104,7 @@ RequestFileSystemNotification::RequestFileSystemNotification( |
| Profile* profile, |
| const extensions::Extension& extension) |
| : 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
The same as previous comment. This is mechanical c
|
| - new extensions::ExtensionAppIconLoader(profile, kIconSize, this)) { |
| + new extensions::ChromeAppIconLoader(profile, kIconSize, this)) { |
| icon_loader_->FetchImage(extension.id()); |
| } |