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

Unified Diff: webrtc/media/base/audioframe.h

Issue 1587193006: Move talk/media to webrtc/media (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased to b647aca12a884a13c1728118586245399b55fa3d (#11493) 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/libjingle_media_unittest.isolate ('k') | webrtc/media/base/audiorenderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/audioframe.h
diff --git a/talk/media/base/audioframe.h b/webrtc/media/base/audioframe.h
similarity index 94%
rename from talk/media/base/audioframe.h
rename to webrtc/media/base/audioframe.h
index 157d0f11488b84fa08db9f3f18715b20297991f6..ad1f7d70ceb1640b8ecf2840bd89944dcbd5bc23 100644
--- a/talk/media/base/audioframe.h
+++ b/webrtc/media/base/audioframe.h
@@ -25,8 +25,8 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef TALK_MEDIA_BASE_AUDIOFRAME_H_
-#define TALK_MEDIA_BASE_AUDIOFRAME_H_
+#ifndef WEBRTC_MEDIA_BASE_AUDIOFRAME_H_
+#define WEBRTC_MEDIA_BASE_AUDIOFRAME_H_
namespace cricket {
@@ -59,4 +59,4 @@ class AudioFrame {
};
} // namespace cricket
-#endif // TALK_MEDIA_BASE_AUDIOFRAME_H_
+#endif // WEBRTC_MEDIA_BASE_AUDIOFRAME_H_
« no previous file with comments | « webrtc/libjingle_media_unittest.isolate ('k') | webrtc/media/base/audiorenderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698