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

Unified Diff: media/filters/vp9_parser.cc

Issue 1445003002: Use std::default_delete as the default deleter for scoped_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address more comments 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: media/filters/vp9_parser.cc
diff --git a/media/filters/vp9_parser.cc b/media/filters/vp9_parser.cc
index b425f198fc946eadac278b3e8c6fdee6f2967c1c..322aef29c9b11be94cebe0c5d4ae4444c36af876 100644
--- a/media/filters/vp9_parser.cc
+++ b/media/filters/vp9_parser.cc
@@ -6,6 +6,8 @@
#include "media/filters/vp9_parser.h"
+#include <algorithm>
+
#include "base/logging.h"
#include "base/numerics/safe_conversions.h"

Powered by Google App Engine
This is Rietveld 408576698