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

Unified Diff: webrtc/modules/congestion_controller/acknowledged_bitrate_estimator.h

Issue 3011943002: Move optional.h to webrtc/api/ (Closed)
Patch Set: Created 3 years, 3 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/modules/congestion_controller/acknowledged_bitrate_estimator.h
diff --git a/webrtc/modules/congestion_controller/acknowledged_bitrate_estimator.h b/webrtc/modules/congestion_controller/acknowledged_bitrate_estimator.h
index bab5d93ce5b1db36a658dbb33c211b5da8f1a1cc..491acb67c309255457e80746abee2d064c6cbeba 100644
--- a/webrtc/modules/congestion_controller/acknowledged_bitrate_estimator.h
+++ b/webrtc/modules/congestion_controller/acknowledged_bitrate_estimator.h
@@ -14,8 +14,8 @@
#include <memory>
#include <vector>
+#include "webrtc/api/optional.h"
#include "webrtc/modules/congestion_controller/bitrate_estimator.h"
-#include "webrtc/rtc_base/optional.h"
namespace webrtc {
« no previous file with comments | « webrtc/modules/congestion_controller/BUILD.gn ('k') | webrtc/modules/congestion_controller/bitrate_estimator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698