| Index: chrome/browser/extensions/convert_web_app.h
|
| diff --git a/chrome/browser/extensions/convert_web_app.h b/chrome/browser/extensions/convert_web_app.h
|
| index 0bff0e51c727c95dda6e61dcce507e46a4a5ab20..78d80f9d53a1e1366de4b04352e9855b7328ef56 100644
|
| --- a/chrome/browser/extensions/convert_web_app.h
|
| +++ b/chrome/browser/extensions/convert_web_app.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "base/memory/ref_counted.h"
|
|
|
| +class FilePath;
|
|
|
| namespace base {
|
| class Time;
|
| @@ -39,7 +40,8 @@ std::string ConvertTimeToExtensionVersion(const base::Time& time);
|
| // returned object.
|
| scoped_refptr<Extension> ConvertWebAppToExtension(
|
| const WebApplicationInfo& web_app_info,
|
| - const base::Time& create_time);
|
| + const base::Time& create_time,
|
| + const FilePath& extensions_dir);
|
|
|
| } // namespace extensions
|
|
|
|
|