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

Unified Diff: ash/system/tray_caps_lock.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_accessibility.cc ('k') | ash/system/tray_caps_lock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray_caps_lock.h
diff --git a/ash/system/tray_caps_lock.h b/ash/system/tray_caps_lock.h
index fd656fbdf609711d407242781edf10a75374f736..e18127fbd0734c691a0a7ab604b26f44123a2158 100644
--- a/ash/system/tray_caps_lock.h
+++ b/ash/system/tray_caps_lock.h
@@ -45,8 +45,8 @@ class TrayCapsLock : public TrayImageItem,
virtual void OnCapsLockChanged(bool enabled,
bool search_mapped_to_caps_lock) OVERRIDE;
- scoped_ptr<CapsLockDefaultView> default_;
- scoped_ptr<views::View> detailed_;
+ CapsLockDefaultView* default_;
+ views::View* detailed_;
bool search_mapped_to_caps_lock_;
bool caps_lock_enabled_;
« no previous file with comments | « ash/system/tray_accessibility.cc ('k') | ash/system/tray_caps_lock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698