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

Unified Diff: ash/system/tray_update.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/tray_update.h
diff --git a/ash/system/tray_update.h b/ash/system/tray_update.h
index a2cac2ecc8da265d0e412b8ba7f536be97716c24..c340d61f48158b6b549c5a5956db272782071450 100644
--- a/ash/system/tray_update.h
+++ b/ash/system/tray_update.h
@@ -38,7 +38,7 @@ class TrayUpdate : public TrayImageItem,
// Overridden from UpdateObserver.
virtual void OnUpdateRecommended() OVERRIDE;
- scoped_ptr<views::View> default_;
+ views::View* default_;
DISALLOW_COPY_AND_ASSIGN(TrayUpdate);
};

Powered by Google App Engine
This is Rietveld 408576698