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

Unified Diff: webrtc/modules/audio_processing/include/config.h

Issue 2307533004: Moving/renaming webrtc/common.h. (Closed)
Patch Set: rebase Created 4 years, 3 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/modules/audio_processing/include/config.h
diff --git a/webrtc/common.h b/webrtc/modules/audio_processing/include/config.h
similarity index 91%
rename from webrtc/common.h
rename to webrtc/modules/audio_processing/include/config.h
index 79db50c5b5ad9f9be7bf1809e5e647f8913bab0d..615e3fa3ec24637639ceaddefad5c1f629e10cdd 100644
--- a/webrtc/common.h
+++ b/webrtc/modules/audio_processing/include/config.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_COMMON_H_
-#define WEBRTC_COMMON_H_
+#ifndef WEBRTC_MODULES_AUDIO_PROCESSING_INCLUDE_CONFIG_H_
+#define WEBRTC_MODULES_AUDIO_PROCESSING_INCLUDE_CONFIG_H_
#include <map>
@@ -23,10 +23,10 @@ namespace webrtc {
enum class ConfigOptionID {
kMyExperimentForTest,
kAlgo1CostFunctionForTest,
- kTemporalLayersFactory,
- kNetEqCapacityConfig,
- kNetEqFastAccelerate,
- kVoicePacing,
+ kTemporalLayersFactory, // Deprecated
+ kNetEqCapacityConfig, // Deprecated
+ kNetEqFastAccelerate, // Deprecated
+ kVoicePacing, // Deprecated
kExtendedFilter,
kDelayAgnostic,
kExperimentalAgc,
@@ -128,7 +128,6 @@ void Config::Set(T* value) {
delete it;
it = new Option<T>(value);
}
-
} // namespace webrtc
-#endif // WEBRTC_COMMON_H_
+#endif // WEBRTC_MODULES_AUDIO_PROCESSING_INCLUDE_CONFIG_H_
« no previous file with comments | « webrtc/modules/audio_processing/include/audio_processing.h ('k') | webrtc/modules/audio_processing/include/config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698