Chromium Code Reviews| Index: chrome/browser/component_updater/supervised_user_whitelist_installer.h |
| diff --git a/chrome/browser/component_updater/supervised_user_whitelist_installer.h b/chrome/browser/component_updater/supervised_user_whitelist_installer.h |
| index 907e06a31e38de4b3ea265743465a93ab9b0f272..67ae383d32bd88c5679a97a73cb5f0ad46457178 100644 |
| --- a/chrome/browser/component_updater/supervised_user_whitelist_installer.h |
| +++ b/chrome/browser/component_updater/supervised_user_whitelist_installer.h |
| @@ -11,6 +11,7 @@ |
| #include "base/callback_forward.h" |
| #include "base/memory/scoped_ptr.h" |
| +#include "base/strings/string16.h" |
|
Bernhard Bauer
2015/11/18 12:10:40
You can forward-declare string16.
Marc Treib
2015/11/18 12:44:18
Maybe I could, but I'd really rather not. Forward
|
| namespace base { |
| class FilePath; |
| @@ -29,6 +30,7 @@ class SupervisedUserWhitelistInstaller { |
| public: |
| using WhitelistReadyCallback = |
| base::Callback<void(const std::string& crx_id, |
| + const base::string16& title, |
| const base::FilePath& whitelist_path)>; |
| virtual ~SupervisedUserWhitelistInstaller() {} |