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

Unified Diff: webrtc/voice_engine/shared_data.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
« no previous file with comments | « webrtc/voice_engine/include/voe_base.h ('k') | webrtc/voice_engine/shared_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/shared_data.h
diff --git a/webrtc/voice_engine/shared_data.h b/webrtc/voice_engine/shared_data.h
index ea84effd1bfb12f2961355eede130a2a82c6f94d..0e57f9d2505e7aad74efb5c44d62972da891b906 100644
--- a/webrtc/voice_engine/shared_data.h
+++ b/webrtc/voice_engine/shared_data.h
@@ -25,8 +25,6 @@
class ProcessThread;
namespace webrtc {
-class Config;
-
namespace voe {
class TransmitMixer;
@@ -77,11 +75,10 @@ protected:
AudioDeviceModule::AudioLayer _audioDeviceLayer;
- SharedData(const Config& config);
+ SharedData();
virtual ~SharedData();
};
} // namespace voe
-
} // namespace webrtc
#endif // WEBRTC_VOICE_ENGINE_SHARED_DATA_H
« no previous file with comments | « webrtc/voice_engine/include/voe_base.h ('k') | webrtc/voice_engine/shared_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698