Commit 24080f7d authored by Rainhard Findling's avatar Rainhard Findling Committed by Commit Bot

Safety check Chrome cleaner child: fix test proxy type annotation

* Follow up to the last comment in crrev.com/c/2299742.

Bug: 1087263
Change-Id: I62e46bfc0fdc7053bd6acc3e43e599257a5834f3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2328965Reviewed-by: default avatarEsmael Elmoslimany <aee@chromium.org>
Commit-Queue: Rainhard Findling <rainhard@chromium.org>
Cr-Commit-Position: refs/heads/master@{#794212}
parent 88d5d0b2
...@@ -65,7 +65,7 @@ function assertSafetyCheckChild({ ...@@ -65,7 +65,7 @@ function assertSafetyCheckChild({
suite('SafetyCheckChromeCleanerUiTests', function() { suite('SafetyCheckChromeCleanerUiTests', function() {
/** /**
* @implements {BrowserProxy} * @implements {ChromeCleanupProxy}
* @extends {TestBrowserProxy} * @extends {TestBrowserProxy}
*/ */
let chromeCleanupBrowserProxy = null; let chromeCleanupBrowserProxy = null;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment