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

Unified Diff: ash/system/tray_accessibility.h

Issue 10269017: Remove scoped_ptr for system tray views (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 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/system/tray/tray_image_item.cc ('k') | ash/system/tray_accessibility.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
-
« no previous file with comments | « ash/system/tray/tray_image_item.cc ('k') | ash/system/tray_accessibility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698