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

Unified Diff: webrtc/call/call.cc

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
« no previous file with comments | « webrtc/call/audio_send_stream.h ('k') | webrtc/call/rtp_rtcp_demuxer_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/call.cc
diff --git a/webrtc/call/call.cc b/webrtc/call/call.cc
index edb9bf3106c2d008ad9e3976eeed9cf9a5cb6372..343b3ef41fbb54e2903c6420b2f43a6eef95ef1e 100644
--- a/webrtc/call/call.cc
+++ b/webrtc/call/call.cc
@@ -16,6 +16,7 @@
#include <utility>
#include <vector>
+#include "webrtc/api/optional.h"
#include "webrtc/audio/audio_receive_stream.h"
#include "webrtc/audio/audio_send_stream.h"
#include "webrtc/audio/audio_state.h"
@@ -40,7 +41,6 @@
#include "webrtc/rtc_base/constructormagic.h"
#include "webrtc/rtc_base/location.h"
#include "webrtc/rtc_base/logging.h"
-#include "webrtc/rtc_base/optional.h"
#include "webrtc/rtc_base/ptr_util.h"
#include "webrtc/rtc_base/sequenced_task_checker.h"
#include "webrtc/rtc_base/task_queue.h"
« no previous file with comments | « webrtc/call/audio_send_stream.h ('k') | webrtc/call/rtp_rtcp_demuxer_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698