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

Unified Diff: webrtc/api/dtlsidentitystore_unittest.cc

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/dtlsidentitystore.cc ('k') | webrtc/api/dtmfsender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/dtlsidentitystore_unittest.cc
diff --git a/talk/app/webrtc/dtlsidentitystore_unittest.cc b/webrtc/api/dtlsidentitystore_unittest.cc
similarity index 97%
rename from talk/app/webrtc/dtlsidentitystore_unittest.cc
rename to webrtc/api/dtlsidentitystore_unittest.cc
index e9242216f9f6a6c92c613573b1be173c74b4fd0d..f96cf572db15424f10cf4d221deabebe0ee6cb82 100644
--- a/talk/app/webrtc/dtlsidentitystore_unittest.cc
+++ b/webrtc/api/dtlsidentitystore_unittest.cc
@@ -25,9 +25,9 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "talk/app/webrtc/dtlsidentitystore.h"
+#include "webrtc/api/dtlsidentitystore.h"
-#include "talk/app/webrtc/webrtcsessiondescriptionfactory.h"
+#include "webrtc/api/webrtcsessiondescriptionfactory.h"
#include "webrtc/base/gunit.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/ssladapter.h"
« no previous file with comments | « webrtc/api/dtlsidentitystore.cc ('k') | webrtc/api/dtmfsender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698