Index: webrtc/pc/mediastream.h |
diff --git a/webrtc/api/mediastream.h b/webrtc/pc/mediastream.h |
similarity index 94% |
copy from webrtc/api/mediastream.h |
copy to webrtc/pc/mediastream.h |
index 1f80f25207a837668c648987284e2623e83b2eb8..56fbed95bae731e38c510e034982820ea71162d5 100644 |
--- a/webrtc/api/mediastream.h |
+++ b/webrtc/pc/mediastream.h |
@@ -10,8 +10,8 @@ |
// This file contains the implementation of MediaStreamInterface interface. |
-#ifndef WEBRTC_API_MEDIASTREAM_H_ |
-#define WEBRTC_API_MEDIASTREAM_H_ |
+#ifndef WEBRTC_PC_MEDIASTREAM_H_ |
+#define WEBRTC_PC_MEDIASTREAM_H_ |
#include <string> |
#include <vector> |
@@ -55,4 +55,4 @@ class MediaStream : public Notifier<MediaStreamInterface> { |
} // namespace webrtc |
-#endif // WEBRTC_API_MEDIASTREAM_H_ |
+#endif // WEBRTC_PC_MEDIASTREAM_H_ |