| Index: components/chrome_cleaner/public/interfaces/chrome_prompt.mojom
|
| diff --git a/components/chrome_cleaner/public/interfaces/chrome_prompt.mojom b/components/chrome_cleaner/public/interfaces/chrome_prompt.mojom
|
| index 7458a8e3f67c82eec31213fa5f2537612daa7fa2..b10a3a1db85740644babcf2dc265fbec653a9d35 100644
|
| --- a/components/chrome_cleaner/public/interfaces/chrome_prompt.mojom
|
| +++ b/components/chrome_cleaner/public/interfaces/chrome_prompt.mojom
|
| @@ -4,6 +4,8 @@
|
|
|
| module chrome_cleaner.mojom;
|
|
|
| +import "mojo/common/file_path.mojom";
|
| +
|
| // The behaviours that have been observed for a given UwS.
|
| struct ObservedBehaviours {
|
| bool ad_injector;
|
| @@ -27,7 +29,7 @@ struct UwS {
|
|
|
| // List of fully-qualified paths of the files that will be deleted by the
|
| // Chrome Cleanup Tool for this unwanted software.
|
| - array<string> files_to_delete;
|
| + array<mojo.common.mojom.FilePath> files_to_delete;
|
| };
|
|
|
| // Indicates if elevation will be required for cleanup.
|
|
|