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

Unified Diff: chrome/browser/ui/views/status_icons/status_tray_win.h

Issue 2767893002: Remove ScopedVector from chrome/browser/. (Closed)
Patch Set: Created 3 years, 9 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: chrome/browser/ui/views/status_icons/status_tray_win.h
diff --git a/chrome/browser/ui/views/status_icons/status_tray_win.h b/chrome/browser/ui/views/status_icons/status_tray_win.h
index a06d4589eed3247815c9eae7ec0f03bd25290cb9..d10f023c34db499c9727cbd6a7475ff1831dfdd0 100644
--- a/chrome/browser/ui/views/status_icons/status_tray_win.h
+++ b/chrome/browser/ui/views/status_icons/status_tray_win.h
@@ -41,9 +41,10 @@ class StatusTrayWin : public StatusTray {
protected:
// Overriden from StatusTray:
- StatusIcon* CreatePlatformStatusIcon(StatusIconType type,
- const gfx::ImageSkia& image,
- const base::string16& tool_tip) override;
+ std::unique_ptr<StatusIcon> CreatePlatformStatusIcon(
+ StatusIconType type,
+ const gfx::ImageSkia& image,
+ const base::string16& tool_tip) override;
private:
FRIEND_TEST_ALL_PREFIXES(StatusTrayWinTest, EnsureVisibleTest);

Powered by Google App Engine
This is Rietveld 408576698