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

Unified Diff: webrtc/call/bitrate_allocator.h

Issue 1789903003: Replace scoped_ptr with unique_ptr in webrtc/call/ (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | webrtc/call/bitrate_allocator_unittest.cc » ('j') | webrtc/call/rtc_event_log.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/bitrate_allocator.h
diff --git a/webrtc/call/bitrate_allocator.h b/webrtc/call/bitrate_allocator.h
index 25ca735585adc6b6b6f06cb8417a7d641aaa9e0a..404a312dad3745d70c3b4c71af7150dc9f02eee7 100644
--- a/webrtc/call/bitrate_allocator.h
+++ b/webrtc/call/bitrate_allocator.h
@@ -11,12 +11,13 @@
#ifndef WEBRTC_CALL_BITRATE_ALLOCATOR_H_
#define WEBRTC_CALL_BITRATE_ALLOCATOR_H_
+#include <stdint.h>
stefan-webrtc 2016/03/12 12:05:18 webrtc/typedefs.h
kwiberg-webrtc 2016/03/12 14:06:46 Why? It just #includes stdint.h, and has a bunch o
stefan-webrtc 2016/03/12 14:42:39 Ok, I don't know the details of why we use typedef
+
#include <list>
#include <map>
#include <utility>
#include "webrtc/base/criticalsection.h"
-#include "webrtc/base/scoped_ptr.h"
#include "webrtc/base/thread_annotations.h"
namespace webrtc {
« no previous file with comments | « no previous file | webrtc/call/bitrate_allocator_unittest.cc » ('j') | webrtc/call/rtc_event_log.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698