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

Unified Diff: ash/system/date/tray_date.h

Issue 10235010: Prepare SystemTray to support notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
Index: ash/system/date/tray_date.h
diff --git a/ash/system/date/tray_date.h b/ash/system/date/tray_date.h
index f55ac93e793364e60cf3d9fe8ccc76641df493b3..28b04416e2b488449118dfd14d9ba22401e4052b 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::DateView> date_tray_;
+ tray::DateView* date_tray_;
DISALLOW_COPY_AND_ASSIGN(TrayDate);
};

Powered by Google App Engine
This is Rietveld 408576698