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

Unified Diff: media/base/yuv_convert.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: How many trial and errors before this builds on the Windows bots 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
« no previous file with comments | « media/base/serial_runner.h ('k') | media/blink/interval_map.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/yuv_convert.cc
diff --git a/media/base/yuv_convert.cc b/media/base/yuv_convert.cc
index 0b59cdf067283c6d4845bcc8f9452d24a1f70b16..20fba1f726940b22ed23ecb087981ed2d12801ee 100644
--- a/media/base/yuv_convert.cc
+++ b/media/base/yuv_convert.cc
@@ -17,6 +17,8 @@
#include "media/base/yuv_convert.h"
+#include <algorithm>
+
#include "base/cpu.h"
#include "base/lazy_instance.h"
#include "base/logging.h"
« no previous file with comments | « media/base/serial_runner.h ('k') | media/blink/interval_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698