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

Unified Diff: webrtc/voice_engine/shared_data.cc

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/voice_engine/shared_data.cc
diff --git a/webrtc/voice_engine/shared_data.cc b/webrtc/voice_engine/shared_data.cc
index 7a67561d1ee922d6985449d257b1e5c5c2fc47da..41e261bd58c773d344514520782b664069512ac9 100644
--- a/webrtc/voice_engine/shared_data.cc
+++ b/webrtc/voice_engine/shared_data.cc
@@ -22,9 +22,9 @@ namespace voe {
static int32_t _gInstanceCounter = 0;
-SharedData::SharedData(const Config& config)
+SharedData::SharedData()
: _instanceId(++_gInstanceCounter),
- _channelManager(_gInstanceCounter, config),
+ _channelManager(_gInstanceCounter),
_engineStatistics(_gInstanceCounter),
_audioDevicePtr(NULL),
_moduleProcessThreadPtr(
« no previous file with comments | « webrtc/voice_engine/shared_data.h ('k') | webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698