Index: webrtc/pc/mediastreamobserver.h |
diff --git a/webrtc/api/mediastreamobserver.h b/webrtc/pc/mediastreamobserver.h |
similarity index 91% |
rename from webrtc/api/mediastreamobserver.h |
rename to webrtc/pc/mediastreamobserver.h |
index 317997640490222a32e582e06b710b1591f6c55d..5d9012be60a30b1301e4c0c8c3dc24b0b06e3819 100644 |
--- a/webrtc/api/mediastreamobserver.h |
+++ b/webrtc/pc/mediastreamobserver.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_API_MEDIASTREAMOBSERVER_H_ |
-#define WEBRTC_API_MEDIASTREAMOBSERVER_H_ |
+#ifndef WEBRTC_PC_MEDIASTREAMOBSERVER_H_ |
+#define WEBRTC_PC_MEDIASTREAMOBSERVER_H_ |
#include "webrtc/api/mediastreaminterface.h" |
#include "webrtc/base/scoped_ref_ptr.h" |
@@ -45,4 +45,4 @@ class MediaStreamObserver : public ObserverInterface { |
} // namespace webrtc |
-#endif // WEBRTC_API_MEDIASTREAMOBSERVER_H_ |
+#endif // WEBRTC_PC_MEDIASTREAMOBSERVER_H_ |