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

Unified Diff: webrtc/pc/localaudiosource.h

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Rebase Created 3 years, 11 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/pc/jsepsessiondescription_unittest.cc ('k') | webrtc/pc/localaudiosource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/pc/jsepsessiondescription_unittest.cc ('k') | webrtc/pc/localaudiosource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698