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

Unified Diff: ash/test/test_session_state_delegate.h

Issue 2908333003: [mus+ash] Removes WmWindow from ash (app_list, frame, metrics, session, system, wallpaper) (Closed)
Patch Set: [mus+ash] Removes WmWindow from ash (cleaning remaining wm_window.h in c/b/ui) 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
Index: ash/test/test_session_state_delegate.h
diff --git a/ash/test/test_session_state_delegate.h b/ash/test/test_session_state_delegate.h
index f478ec3f20784c20fdac4600538d2a7b4c5a2d28..d7aac5ce5d23e9348d383eda6506250cf7b473a7 100644
--- a/ash/test/test_session_state_delegate.h
+++ b/ash/test/test_session_state_delegate.h
@@ -18,8 +18,8 @@ class TestSessionStateDelegate : public SessionStateDelegate {
~TestSessionStateDelegate() override;
// SessionStateDelegate:
- bool ShouldShowAvatar(WmWindow* window) const override;
- gfx::ImageSkia GetAvatarImageForWindow(WmWindow* window) const override;
+ bool ShouldShowAvatar(aura::Window* window) const override;
+ gfx::ImageSkia GetAvatarImageForWindow(aura::Window* window) const override;
// Setting non NULL image enables avatar icon.
void SetUserImage(const gfx::ImageSkia& user_image);

Powered by Google App Engine
This is Rietveld 408576698