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

Unified Diff: webrtc/common_video/video_frame_buffer.cc

Issue 2425683003: Change RefCountedObject to use perfect forwarding. (Closed)
Patch Set: git cl lint + screen_capturer_differ_wrapper.cc Created 4 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: webrtc/common_video/video_frame_buffer.cc
diff --git a/webrtc/common_video/video_frame_buffer.cc b/webrtc/common_video/video_frame_buffer.cc
index dbb2743db1265890f4c7a3a854b6a415d059ee98..1d209370a6373b7fa0f58159bbc5801fe6c58b66 100644
--- a/webrtc/common_video/video_frame_buffer.cc
+++ b/webrtc/common_video/video_frame_buffer.cc
@@ -7,10 +7,11 @@
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
+#include "webrtc/common_video/include/video_frame_buffer.h"
-#include <algorithm>
+#include <string.h>
-#include "webrtc/common_video/include/video_frame_buffer.h"
+#include <algorithm>
#include "webrtc/base/checks.h"
#include "webrtc/base/keep_ref_until_done.h"
« no previous file with comments | « webrtc/base/refcountedobject_unittest.cc ('k') | webrtc/modules/desktop_capture/screen_capturer_differ_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698