Index: webrtc/call/call.h |
diff --git a/webrtc/call.h b/webrtc/call/call.h |
similarity index 96% |
copy from webrtc/call.h |
copy to webrtc/call/call.h |
index 26f8c82bd9bca40a5d9ad1bf387d86caaa8c57a6..34f68334dd7a8e97aa3bee7cfe68fa13656b4c33 100644 |
--- a/webrtc/call.h |
+++ b/webrtc/call/call.h |
@@ -7,19 +7,19 @@ |
* in the file PATENTS. All contributing project authors may |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_CALL_H_ |
-#define WEBRTC_CALL_H_ |
+#ifndef WEBRTC_CALL_CALL_H_ |
+#define WEBRTC_CALL_CALL_H_ |
#include <string> |
#include <vector> |
-#include "webrtc/api/call/audio_receive_stream.h" |
-#include "webrtc/api/call/audio_send_stream.h" |
-#include "webrtc/api/call/audio_state.h" |
#include "webrtc/api/call/flexfec_receive_stream.h" |
#include "webrtc/base/networkroute.h" |
#include "webrtc/base/platform_file.h" |
#include "webrtc/base/socket.h" |
+#include "webrtc/call/audio_receive_stream.h" |
+#include "webrtc/call/audio_send_stream.h" |
+#include "webrtc/call/audio_state.h" |
#include "webrtc/common_types.h" |
#include "webrtc/video_receive_stream.h" |
#include "webrtc/video_send_stream.h" |
@@ -162,4 +162,4 @@ class Call { |
} // namespace webrtc |
-#endif // WEBRTC_CALL_H_ |
+#endif // WEBRTC_CALL_CALL_H_ |