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

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

Issue 10209038: ash: Add vertical spacing to multi-line text in tray. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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/date/date_view.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 f55ac93e793364e60cf3d9fe8ccc76641df493b3..ee8495317dea18a383aab54ba5f1a0b759d1fa72 100644
--- a/ash/system/date/tray_date.h
+++ b/ash/system/date/tray_date.h
@@ -13,7 +13,7 @@ namespace ash {
namespace internal {
namespace tray {
-class DateView;
+class TimeView;
}
class TrayDate : public SystemTrayItem,
@@ -36,7 +36,7 @@ class TrayDate : public SystemTrayItem,
virtual void OnDateFormatChanged() OVERRIDE;
virtual void Refresh() OVERRIDE;
- scoped_ptr<tray::DateView> date_tray_;
+ scoped_ptr<tray::TimeView> time_tray_;
DISALLOW_COPY_AND_ASSIGN(TrayDate);
};
« no previous file with comments | « ash/system/date/date_view.cc ('k') | ash/system/date/tray_date.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698