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

Unified Diff: ash/wm/session_state_animator_impl.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/wm/session_state_animator.cc ('k') | ash/wm/session_state_animator_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/session_state_animator_impl.h
diff --git a/ash/wm/session_state_animator_impl.h b/ash/wm/session_state_animator_impl.h
index 8181d757f3be11f77638e2eef6f64706e33b15ed..794bd5f65d5dfb8200b5f0e7e5d13891e6ebc68f 100644
--- a/ash/wm/session_state_animator_impl.h
+++ b/ash/wm/session_state_animator_impl.h
@@ -56,8 +56,9 @@ class ASH_EXPORT SessionStateAnimatorImpl : 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/wm/session_state_animator.cc ('k') | ash/wm/session_state_animator_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698