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

Unified Diff: webrtc/api/audio_codec/audio_format.h

Issue 2668523004: Move AudioDecoder and related stuff to the api/ directory (Closed)
Patch Set: sort #includes + git cl format Created 3 years, 11 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
Index: webrtc/api/audio_codec/audio_format.h
diff --git a/webrtc/modules/audio_coding/codecs/audio_format.h b/webrtc/api/audio_codec/audio_format.h
similarity index 91%
rename from webrtc/modules/audio_coding/codecs/audio_format.h
rename to webrtc/api/audio_codec/audio_format.h
index b3f803cd967f03958f86ad45e43a4f263774ab74..fc1bb8d9089804be8116a416fe4d90f04e5ce40d 100644
--- a/webrtc/modules/audio_coding/codecs/audio_format.h
+++ b/webrtc/api/audio_codec/audio_format.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_MODULES_AUDIO_CODING_CODECS_AUDIO_FORMAT_H_
-#define WEBRTC_MODULES_AUDIO_CODING_CODECS_AUDIO_FORMAT_H_
+#ifndef WEBRTC_API_AUDIO_CODEC_AUDIO_FORMAT_H_
+#define WEBRTC_API_AUDIO_CODEC_AUDIO_FORMAT_H_
#include <map>
#include <ostream>
@@ -62,4 +62,4 @@ struct AudioCodecSpec {
} // namespace webrtc
-#endif // WEBRTC_MODULES_AUDIO_CODING_CODECS_AUDIO_FORMAT_H_
+#endif // WEBRTC_API_AUDIO_CODEC_AUDIO_FORMAT_H_

Powered by Google App Engine
This is Rietveld 408576698