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

Unified Diff: chrome/browser/ui/views/infobars/alternate_nav_infobar_view.h

Issue 657333002: Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/infobars/alternate_nav_infobar_view.h
diff --git a/chrome/browser/ui/views/infobars/alternate_nav_infobar_view.h b/chrome/browser/ui/views/infobars/alternate_nav_infobar_view.h
index 16f2e090f10733b47e810397902b920cd43c9ce8..ae06052144a91f4ce750408f0cd33f956f452b82 100644
--- a/chrome/browser/ui/views/infobars/alternate_nav_infobar_view.h
+++ b/chrome/browser/ui/views/infobars/alternate_nav_infobar_view.h
@@ -17,10 +17,9 @@ class AlternateNavInfoBarView : public InfoBarView,
public:
explicit AlternateNavInfoBarView(
scoped_ptr<AlternateNavInfoBarDelegate> delegate);
-
- private:
virtual ~AlternateNavInfoBarView();
+ private:
// Treating |labels| as pieces of one continuous string, elides to fit
// |available_width| so as to guarantee that a trailing ellipsis is always
// displayed when the string is elided and there is at least room to display

Powered by Google App Engine
This is Rietveld 408576698