| Index: chrome/browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.h
|
| diff --git a/chrome/browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.h b/chrome/browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.h
|
| index 5d1c0c25020fa890f8f04c23c00a0c344aa9a7b2..b8cdd8b5dad10130827e256f3b21db653417181f 100644
|
| --- a/chrome/browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.h
|
| +++ b/chrome/browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.h
|
| @@ -50,7 +50,7 @@ class ScreenshotTestingMixin : public MixinBasedBrowserTest::Mixin {
|
|
|
| // Required for current implementation of
|
| // SynchronizeAnimationLoadWithCompositor()
|
| - base::OneShotTimer<ScreenshotTestingMixin> timer_;
|
| + base::OneShotTimer timer_;
|
| base::Closure animation_waiter_quitter_;
|
|
|
| // Is true if testing with screenshots is turned on with all proper switches.
|
|
|