Index: webrtc/api/localaudiosource.h |
diff --git a/talk/app/webrtc/localaudiosource.h b/webrtc/api/localaudiosource.h |
similarity index 90% |
rename from talk/app/webrtc/localaudiosource.h |
rename to webrtc/api/localaudiosource.h |
index 67750aa26b356e6510171d94701ae74f9dbff120..5b6133acecfacf1581c40502a34db81bf58630bf 100644 |
--- a/talk/app/webrtc/localaudiosource.h |
+++ b/webrtc/api/localaudiosource.h |
@@ -25,12 +25,12 @@ |
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#ifndef TALK_APP_WEBRTC_LOCALAUDIOSOURCE_H_ |
-#define TALK_APP_WEBRTC_LOCALAUDIOSOURCE_H_ |
+#ifndef WEBRTC_API_LOCALAUDIOSOURCE_H_ |
+#define WEBRTC_API_LOCALAUDIOSOURCE_H_ |
-#include "talk/app/webrtc/mediastreaminterface.h" |
-#include "talk/app/webrtc/notifier.h" |
-#include "talk/app/webrtc/peerconnectioninterface.h" |
+#include "webrtc/api/mediastreaminterface.h" |
+#include "webrtc/api/notifier.h" |
+#include "webrtc/api/peerconnectioninterface.h" |
#include "webrtc/base/scoped_ptr.h" |
#include "webrtc/media/base/mediachannel.h" |
@@ -70,4 +70,4 @@ class LocalAudioSource : public Notifier<AudioSourceInterface> { |
} // namespace webrtc |
-#endif // TALK_APP_WEBRTC_LOCALAUDIOSOURCE_H_ |
+#endif // WEBRTC_API_LOCALAUDIOSOURCE_H_ |