| Index: webrtc/api/dtlsidentitystore.h
|
| diff --git a/talk/app/webrtc/dtlsidentitystore.h b/webrtc/api/dtlsidentitystore.h
|
| similarity index 97%
|
| rename from talk/app/webrtc/dtlsidentitystore.h
|
| rename to webrtc/api/dtlsidentitystore.h
|
| index 2a5309d34b1ae4e10486ad810a45bd3630e2871d..9313b9962c27b367e38761931cfd0b8087ca3482 100644
|
| --- a/talk/app/webrtc/dtlsidentitystore.h
|
| +++ b/webrtc/api/dtlsidentitystore.h
|
| @@ -25,8 +25,8 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TALK_APP_WEBRTC_DTLSIDENTITYSTORE_H_
|
| -#define TALK_APP_WEBRTC_DTLSIDENTITYSTORE_H_
|
| +#ifndef WEBRTC_API_DTLSIDENTITYSTORE_H_
|
| +#define WEBRTC_API_DTLSIDENTITYSTORE_H_
|
|
|
| #include <queue>
|
| #include <string>
|
| @@ -162,4 +162,4 @@ class DtlsIdentityStoreImpl : public DtlsIdentityStoreInterface,
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_DTLSIDENTITYSTORE_H_
|
| +#endif // WEBRTC_API_DTLSIDENTITYSTORE_H_
|
|
|