| Index: ash/system/lock_screen_action/lock_screen_action_tray.h
|
| diff --git a/ash/system/lock_screen_action/lock_screen_action_tray.h b/ash/system/lock_screen_action/lock_screen_action_tray.h
|
| index 857ecb8b4639a216fe57c36505a6e30256d31a07..e4afed775cf46905ca14e06f80f4bfa550d13794 100644
|
| --- a/ash/system/lock_screen_action/lock_screen_action_tray.h
|
| +++ b/ash/system/lock_screen_action/lock_screen_action_tray.h
|
| @@ -17,6 +17,10 @@ namespace gfx {
|
| class ImageSkia;
|
| }
|
|
|
| +namespace views {
|
| +class ImageView;
|
| +}
|
| +
|
| namespace ash {
|
|
|
| class SessionController;
|
| @@ -57,8 +61,6 @@ class ASH_EXPORT LockScreenActionTray : public TrayBackgroundView,
|
| const gfx::ImageSkia& GetImageForTesting() const;
|
|
|
| private:
|
| - class NewNoteActionView;
|
| -
|
| // Whether the tray item should be visible in its current state.
|
| bool IsStateVisible() const;
|
|
|
| @@ -66,7 +68,7 @@ class ASH_EXPORT LockScreenActionTray : public TrayBackgroundView,
|
| void UpdateNewNoteIcon();
|
|
|
| // The view for the tray item - it's a wrapper around a ImageView.
|
| - NewNoteActionView* new_note_action_view_;
|
| + views::ImageView* new_note_action_view_;
|
|
|
| mojom::TrayActionState new_note_state_ =
|
| mojom::TrayActionState::kNotAvailable;
|
|
|