| Index: ash/system/tray_accessibility.h
|
| diff --git a/ash/system/tray_accessibility.h b/ash/system/tray_accessibility.h
|
| index bc657a67e49cfb277d0650e23d1ef79d1ef2c1b4..01a22b85f3b10c1ae99ffdc8c75ca78348babca0 100644
|
| --- a/ash/system/tray_accessibility.h
|
| +++ b/ash/system/tray_accessibility.h
|
| @@ -43,7 +43,7 @@ class TrayAccessibility : public TrayImageItem,
|
| virtual void OnAccessibilityModeChanged(bool enabled,
|
| int string_id) OVERRIDE;
|
|
|
| - scoped_ptr<views::View> detailed_;
|
| + views::View* detailed_;
|
| int string_id_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TrayAccessibility);
|
| @@ -53,4 +53,3 @@ class TrayAccessibility : public TrayImageItem,
|
| } // namespace ash
|
|
|
| #endif // ASH_SYSTEM_TRAY_ACCESSIBILITY_H_
|
| -
|
|
|