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

Unified Diff: ash/common/system/chromeos/palette/palette_tray.h

Issue 2416253004: ash: Use session_manager::SessionState (Closed)
Patch Set: fix compile Created 4 years, 2 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/common/system/chromeos/palette/palette_tray.h
diff --git a/ash/common/system/chromeos/palette/palette_tray.h b/ash/common/system/chromeos/palette/palette_tray.h
index 4805e12f1442fd578a2d622f9f789b318de3a616..9cef932a37fa59a553b7a13d81cd476361d1365d 100644
--- a/ash/common/system/chromeos/palette/palette_tray.h
+++ b/ash/common/system/chromeos/palette/palette_tray.h
@@ -47,7 +47,7 @@ class ASH_EXPORT PaletteTray : public TrayBackgroundView,
bool PerformAction(const ui::Event& event) override;
// SessionStateObserver:
- void SessionStateChanged(SessionStateDelegate::SessionState state) override;
+ void SessionStateChanged(SessionState state) override;
// ShellObserver:
void OnLockStateChanged(bool locked) override;

Powered by Google App Engine
This is Rietveld 408576698