Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2330)

Unified Diff: ash/test/test_session_state_animator.h

Issue 2867673004: Use OnceCallback on Mojo interfaces in //ash (Closed)
Patch Set: count -> container_count Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/system/locale/locale_notification_controller.cc ('k') | ash/test/test_session_state_animator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_session_state_animator.h
diff --git a/ash/test/test_session_state_animator.h b/ash/test/test_session_state_animator.h
index 7980c849125b490f3af0bc2d72717767df821fb3..8854cc9e39253a2d316f86f97d07785a09c40625 100644
--- a/ash/test/test_session_state_animator.h
+++ b/ash/test/test_session_state_animator.h
@@ -70,8 +70,9 @@ class TestSessionStateAnimator : public SessionStateAnimator {
void StartAnimationWithCallback(int container_mask,
AnimationType type,
AnimationSpeed speed,
- base::Closure callback) override;
- AnimationSequence* BeginAnimationSequence(base::Closure callback) override;
+ base::OnceClosure callback) override;
+ AnimationSequence* BeginAnimationSequence(
+ base::OnceClosure callback) override;
bool IsWallpaperHidden() const override;
void ShowWallpaper() override;
void HideWallpaper() override;
« no previous file with comments | « ash/system/locale/locale_notification_controller.cc ('k') | ash/test/test_session_state_animator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698