Index: webrtc/api/test/fakedtlsidentitystore.h |
diff --git a/talk/app/webrtc/test/fakedtlsidentitystore.h b/webrtc/api/test/fakedtlsidentitystore.h |
similarity index 96% |
rename from talk/app/webrtc/test/fakedtlsidentitystore.h |
rename to webrtc/api/test/fakedtlsidentitystore.h |
index 98074c742a36aac6074acac7402c6c33fbeceb3b..404e2ae0d1332d9fe6566121835d093ab04d0d84 100644 |
--- a/talk/app/webrtc/test/fakedtlsidentitystore.h |
+++ b/webrtc/api/test/fakedtlsidentitystore.h |
@@ -25,14 +25,14 @@ |
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#ifndef TALK_APP_WEBRTC_TEST_FAKEDTLSIDENTITYSERVICE_H_ |
-#define TALK_APP_WEBRTC_TEST_FAKEDTLSIDENTITYSERVICE_H_ |
+#ifndef WEBRTC_API_TEST_FAKEDTLSIDENTITYSERVICE_H_ |
+#define WEBRTC_API_TEST_FAKEDTLSIDENTITYSERVICE_H_ |
#include <string> |
#include <utility> |
-#include "talk/app/webrtc/dtlsidentitystore.h" |
-#include "talk/app/webrtc/peerconnectioninterface.h" |
+#include "webrtc/api/dtlsidentitystore.h" |
+#include "webrtc/api/peerconnectioninterface.h" |
#include "webrtc/base/rtccertificate.h" |
static const struct { |
@@ -181,4 +181,4 @@ class FakeDtlsIdentityStore : public webrtc::DtlsIdentityStoreInterface, |
int key_index_ = 0; |
}; |
-#endif // TALK_APP_WEBRTC_TEST_FAKEDTLSIDENTITYSERVICE_H_ |
+#endif // WEBRTC_API_TEST_FAKEDTLSIDENTITYSERVICE_H_ |