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

Unified Diff: ash/system/date/tray_date.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/brightness/tray_brightness.cc ('k') | ash/system/date/tray_date.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/date/tray_date.h
diff --git a/ash/system/date/tray_date.h b/ash/system/date/tray_date.h
index ee8495317dea18a383aab54ba5f1a0b759d1fa72..1a18aafcf2ece63b7a599b2176c2d07761dea62f 100644
--- a/ash/system/date/tray_date.h
+++ b/ash/system/date/tray_date.h
@@ -36,7 +36,7 @@ class TrayDate : public SystemTrayItem,
virtual void OnDateFormatChanged() OVERRIDE;
virtual void Refresh() OVERRIDE;
- scoped_ptr<tray::TimeView> time_tray_;
+ tray::TimeView* time_tray_;
DISALLOW_COPY_AND_ASSIGN(TrayDate);
};
« no previous file with comments | « ash/system/brightness/tray_brightness.cc ('k') | ash/system/date/tray_date.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698