| Index: webrtc/pc/localaudiosource.h
 | 
| diff --git a/webrtc/api/localaudiosource.h b/webrtc/pc/localaudiosource.h
 | 
| similarity index 94%
 | 
| rename from webrtc/api/localaudiosource.h
 | 
| rename to webrtc/pc/localaudiosource.h
 | 
| index e1c023e5424c5ec796229fea0f903b8194bfc6af..58e90af8ae379626a804ed28af660578bfadcf4d 100644
 | 
| --- a/webrtc/api/localaudiosource.h
 | 
| +++ b/webrtc/pc/localaudiosource.h
 | 
| @@ -8,8 +8,8 @@
 | 
|   *  be found in the AUTHORS file in the root of the source tree.
 | 
|   */
 | 
|  
 | 
| -#ifndef WEBRTC_API_LOCALAUDIOSOURCE_H_
 | 
| -#define WEBRTC_API_LOCALAUDIOSOURCE_H_
 | 
| +#ifndef WEBRTC_PC_LOCALAUDIOSOURCE_H_
 | 
| +#define WEBRTC_PC_LOCALAUDIOSOURCE_H_
 | 
|  
 | 
|  #include "webrtc/api/mediastreaminterface.h"
 | 
|  #include "webrtc/api/notifier.h"
 | 
| @@ -57,4 +57,4 @@ class LocalAudioSource : public Notifier<AudioSourceInterface> {
 | 
|  
 | 
|  }  // namespace webrtc
 | 
|  
 | 
| -#endif  // WEBRTC_API_LOCALAUDIOSOURCE_H_
 | 
| +#endif  // WEBRTC_PC_LOCALAUDIOSOURCE_H_
 | 
| 
 |