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

Unified Diff: webrtc/api/test/testsdpstrings.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/test/peerconnectiontestwrapper.cc ('k') | webrtc/api/umametrics.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/test/testsdpstrings.h
diff --git a/talk/app/webrtc/test/testsdpstrings.h b/webrtc/api/test/testsdpstrings.h
similarity index 97%
rename from talk/app/webrtc/test/testsdpstrings.h
rename to webrtc/api/test/testsdpstrings.h
index e27c9a2f888a9bfa3b54cc4248f1ab1893129696..d806e714144165072b9cd2d91a865183aa7f8029 100644
--- a/talk/app/webrtc/test/testsdpstrings.h
+++ b/webrtc/api/test/testsdpstrings.h
@@ -27,8 +27,8 @@
// This file contain SDP strings used for testing.
-#ifndef TALK_APP_WEBRTC_TEST_TESTSDPSTRINGS_H_
-#define TALK_APP_WEBRTC_TEST_TESTSDPSTRINGS_H_
+#ifndef WEBRTC_API_TEST_TESTSDPSTRINGS_H_
+#define WEBRTC_API_TEST_TESTSDPSTRINGS_H_
namespace webrtc {
@@ -144,4 +144,4 @@ static const char kAudioSdpWithUnsupportedCodecs[] =
} // namespace webrtc
-#endif // TALK_APP_WEBRTC_TEST_TESTSDPSTRINGS_H_
+#endif // WEBRTC_API_TEST_TESTSDPSTRINGS_H_
« no previous file with comments | « webrtc/api/test/peerconnectiontestwrapper.cc ('k') | webrtc/api/umametrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698