| Index: ash/utility/screenshot_controller_unittest.cc
|
| diff --git a/ash/utility/screenshot_controller_unittest.cc b/ash/utility/screenshot_controller_unittest.cc
|
| index 01ba2fe2100ee4f97879ef81c25b5068aad2ea20..b7e9ddac3701ba8fd53a705bee76d3cc3b7e7b95 100644
|
| --- a/ash/utility/screenshot_controller_unittest.cc
|
| +++ b/ash/utility/screenshot_controller_unittest.cc
|
| @@ -47,7 +47,7 @@ class ScreenshotControllerTest : public test::AshTestBase {
|
| GetScreenshotDelegate());
|
| }
|
|
|
| - void Cancel() { screenshot_controller()->Cancel(); }
|
| + void Cancel() { screenshot_controller()->CancelScreenshotSession(); }
|
|
|
| bool IsActive() {
|
| return screenshot_controller()->screenshot_delegate_ != nullptr;
|
|
|