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

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

Issue 2307533004: Moving/renaming webrtc/common.h. (Closed)
Patch Set: gyp fix 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 95%
rename from webrtc/common.h
rename to webrtc/modules/audio_processing/include/config.h
index 79db50c5b5ad9f9be7bf1809e5e647f8913bab0d..2a63a1c4fd47f8ce2d073a2ac970e675f275e18c 100644
--- a/webrtc/common.h
+++ b/webrtc/modules/audio_processing/include/config.h
@@ -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_

Powered by Google App Engine
This is Rietveld 408576698