| Index: webrtc/pc/webrtcsession.h
|
| diff --git a/webrtc/pc/webrtcsession.h b/webrtc/pc/webrtcsession.h
|
| index 0f4d321eea2f84bc003ba9c6a9f54d632507045e..4d52a5c361ef643dfdcbd04583ea793257e14e9b 100644
|
| --- a/webrtc/pc/webrtcsession.h
|
| +++ b/webrtc/pc/webrtcsession.h
|
| @@ -16,6 +16,7 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "webrtc/api/optional.h"
|
| #include "webrtc/api/peerconnectioninterface.h"
|
| #include "webrtc/api/statstypes.h"
|
| #include "webrtc/call/call.h"
|
| @@ -24,7 +25,6 @@
|
| #include "webrtc/pc/datachannel.h"
|
| #include "webrtc/pc/mediasession.h"
|
| #include "webrtc/rtc_base/constructormagic.h"
|
| -#include "webrtc/rtc_base/optional.h"
|
| #include "webrtc/rtc_base/sigslot.h"
|
| #include "webrtc/rtc_base/sslidentity.h"
|
| #include "webrtc/rtc_base/thread.h"
|
|
|