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

Unified Diff: ui/ozone/common/native_display_delegate_ozone.h

Issue 1438343002: Remove deprecated ScopedVector usage from ui/ozone and ui/events/ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: ui/ozone/common/native_display_delegate_ozone.h
diff --git a/ui/ozone/common/native_display_delegate_ozone.h b/ui/ozone/common/native_display_delegate_ozone.h
index e057ea07ba56f1573c1053cd8183ea79f176be39..529c788ae4d8d13d912debb68eee78b242126491 100644
--- a/ui/ozone/common/native_display_delegate_ozone.h
+++ b/ui/ozone/common/native_display_delegate_ozone.h
@@ -51,7 +51,7 @@ class NativeDisplayDelegateOzone : public NativeDisplayDelegate {
void RemoveObserver(NativeDisplayObserver* observer) override;
private:
- ScopedVector<DisplaySnapshot> displays_;
+ std::vector<scoped_ptr<DisplaySnapshot>> displays_;
DISALLOW_COPY_AND_ASSIGN(NativeDisplayDelegateOzone);
};

Powered by Google App Engine
This is Rietveld 408576698