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

Side by Side Diff: webrtc/voice_engine/voice_engine_impl.h

Issue 1413333002: system_wrappers: rename interface -> include (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased again! Created 5 years, 1 month 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found 6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may 7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree. 8 * be found in the AUTHORS file in the root of the source tree.
9 */ 9 */
10 10
11 #ifndef WEBRTC_VOICE_ENGINE_VOICE_ENGINE_IMPL_H 11 #ifndef WEBRTC_VOICE_ENGINE_VOICE_ENGINE_IMPL_H
12 #define WEBRTC_VOICE_ENGINE_VOICE_ENGINE_IMPL_H 12 #define WEBRTC_VOICE_ENGINE_VOICE_ENGINE_IMPL_H
13 13
14 #include "webrtc/engine_configurations.h" 14 #include "webrtc/engine_configurations.h"
15 #include "webrtc/system_wrappers/interface/atomic32.h" 15 #include "webrtc/system_wrappers/include/atomic32.h"
16 #include "webrtc/voice_engine/voe_base_impl.h" 16 #include "webrtc/voice_engine/voe_base_impl.h"
17 17
18 #ifdef WEBRTC_VOICE_ENGINE_AUDIO_PROCESSING_API 18 #ifdef WEBRTC_VOICE_ENGINE_AUDIO_PROCESSING_API
19 #include "webrtc/voice_engine/voe_audio_processing_impl.h" 19 #include "webrtc/voice_engine/voe_audio_processing_impl.h"
20 #endif 20 #endif
21 #ifdef WEBRTC_VOICE_ENGINE_CODEC_API 21 #ifdef WEBRTC_VOICE_ENGINE_CODEC_API
22 #include "webrtc/voice_engine/voe_codec_impl.h" 22 #include "webrtc/voice_engine/voe_codec_impl.h"
23 #endif 23 #endif
24 #ifdef WEBRTC_VOICE_ENGINE_DTMF_API 24 #ifdef WEBRTC_VOICE_ENGINE_DTMF_API
25 #include "webrtc/voice_engine/voe_dtmf_impl.h" 25 #include "webrtc/voice_engine/voe_dtmf_impl.h"
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 // manipulate the reference count. See: fake_voice_engine.h. 132 // manipulate the reference count. See: fake_voice_engine.h.
133 protected: 133 protected:
134 Atomic32 _ref_count; 134 Atomic32 _ref_count;
135 private: 135 private:
136 rtc::scoped_ptr<const Config> own_config_; 136 rtc::scoped_ptr<const Config> own_config_;
137 }; 137 };
138 138
139 } // namespace webrtc 139 } // namespace webrtc
140 140
141 #endif // WEBRTC_VOICE_ENGINE_VOICE_ENGINE_IMPL_H 141 #endif // WEBRTC_VOICE_ENGINE_VOICE_ENGINE_IMPL_H
OLDNEW
« no previous file with comments | « webrtc/voice_engine/voe_volume_control_impl.cc ('k') | webrtc/voice_engine/voice_engine_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698