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

Unified Diff: content/renderer/media/media_stream.cc

Issue 1528323002: Include <algorithm> if you use functions from <algorithm>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split ui parts into a separate review Created 5 years 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: content/renderer/media/media_stream.cc
diff --git a/content/renderer/media/media_stream.cc b/content/renderer/media/media_stream.cc
index 9f8639952b9c4f38a9d6a00078b1281928de6460..27e61b914ed3f999ec6659c1f29a2e2d7acaebdd 100644
--- a/content/renderer/media/media_stream.cc
+++ b/content/renderer/media/media_stream.cc
@@ -4,6 +4,8 @@
#include "content/renderer/media/media_stream.h"
+#include <algorithm>
+
#include "base/logging.h"
#include "third_party/WebKit/public/platform/WebString.h"

Powered by Google App Engine
This is Rietveld 408576698