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

Unified Diff: ash/test/test_session_state_delegate.cc

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/test/test_session_state_delegate.h ('k') | chrome/browser/ui/ash/session_state_delegate_chromeos.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_session_state_delegate.cc
diff --git a/ash/test/test_session_state_delegate.cc b/ash/test/test_session_state_delegate.cc
index afab25d852967a1b56d9d523c1dc9a69006ab8d8..40c438b0cc64d9e0d2f117ce4028d4cd8922f3c0 100644
--- a/ash/test/test_session_state_delegate.cc
+++ b/ash/test/test_session_state_delegate.cc
@@ -212,12 +212,12 @@ const user_manager::UserInfo* TestSessionStateDelegate::GetUserInfo(
return user_list_[index < max ? index : max - 1];
}
-bool TestSessionStateDelegate::ShouldShowAvatar(aura::Window* window) const {
+bool TestSessionStateDelegate::ShouldShowAvatar(WmWindow* window) const {
return !GetActiveUserInfo()->GetImage().isNull();
}
gfx::ImageSkia TestSessionStateDelegate::GetAvatarImageForWindow(
- aura::Window* window) const {
+ WmWindow* window) const {
return gfx::ImageSkia();
}
« no previous file with comments | « ash/test/test_session_state_delegate.h ('k') | chrome/browser/ui/ash/session_state_delegate_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698