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

Unified Diff: ash/test/test_session_state_delegate.h

Issue 2042333002: mash: Migrate SessionStateDelegate interface to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove semicolon Created 4 years, 6 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/sysui/shell_delegate_mus.cc ('k') | ash/test/test_session_state_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5b11e914dd0288a0ad875f29f79d63353d2eb235..4ff984377feb3c8804ce9ddf79c683bbe014d2d5 100644
--- a/ash/test/test_session_state_delegate.h
+++ b/ash/test/test_session_state_delegate.h
@@ -45,8 +45,8 @@ class TestSessionStateDelegate : public SessionStateDelegate {
SessionState GetSessionState() const override;
const user_manager::UserInfo* GetUserInfo(
ash::UserIndex index) const override;
- bool ShouldShowAvatar(aura::Window* window) const override;
- gfx::ImageSkia GetAvatarImageForWindow(aura::Window* window) const override;
+ bool ShouldShowAvatar(WmWindow* window) const override;
+ gfx::ImageSkia GetAvatarImageForWindow(WmWindow* window) const override;
void SwitchActiveUser(const AccountId& account_id) override;
void CycleActiveUser(CycleUser cycle_user) override;
bool IsMultiProfileAllowedByPrimaryUserPolicy() const override;
« no previous file with comments | « ash/sysui/shell_delegate_mus.cc ('k') | ash/test/test_session_state_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698