| Index: webrtc/api/dtlsidentitystore.cc
|
| diff --git a/talk/app/webrtc/dtlsidentitystore.cc b/webrtc/api/dtlsidentitystore.cc
|
| similarity index 98%
|
| rename from talk/app/webrtc/dtlsidentitystore.cc
|
| rename to webrtc/api/dtlsidentitystore.cc
|
| index 390ec0d0b76e001933cf551916b6536f47280a88..79c2075ac21706aad4e4f8cbaffed136a2592330 100644
|
| --- a/talk/app/webrtc/dtlsidentitystore.cc
|
| +++ b/webrtc/api/dtlsidentitystore.cc
|
| @@ -25,11 +25,11 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "talk/app/webrtc/dtlsidentitystore.h"
|
| +#include "webrtc/api/dtlsidentitystore.h"
|
|
|
| #include <utility>
|
|
|
| -#include "talk/app/webrtc/webrtcsessiondescriptionfactory.h"
|
| +#include "webrtc/api/webrtcsessiondescriptionfactory.h"
|
| #include "webrtc/base/logging.h"
|
|
|
| using webrtc::DtlsIdentityRequestObserver;
|
|
|