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

Unified Diff: webrtc/api/dtlsidentitystore.h

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed processing of api.gyp for Chromium builds Created 4 years, 10 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/api/datachannelinterface.h ('k') | webrtc/api/dtlsidentitystore.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/api/datachannelinterface.h ('k') | webrtc/api/dtlsidentitystore.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698