Reformat voe_audio_processing_impl to Goog style.
TBR=xians@webrtc.org BUG= TEST=voe_auto_test Review URL: https://webrtc-codereview.appspot.com/439003 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1847 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
		
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -16,13 +16,12 @@ | ||||
| #include "ref_count.h" | ||||
| #include "shared_data.h" | ||||
|  | ||||
|  | ||||
| namespace webrtc { | ||||
|  | ||||
| class VoEAudioProcessingImpl : public virtual voe::SharedData, | ||||
| class VoEAudioProcessingImpl | ||||
|     : public virtual voe::SharedData, | ||||
|       public VoEAudioProcessing, | ||||
|                                public voe::RefCount | ||||
| { | ||||
|       public voe::RefCount { | ||||
|  public: | ||||
|   virtual int Release(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 andrew@webrtc.org
					andrew@webrtc.org