Index: webrtc/base/swap_queue.h |
diff --git a/webrtc/common_audio/swap_queue.h b/webrtc/base/swap_queue.h |
similarity index 98% |
rename from webrtc/common_audio/swap_queue.h |
rename to webrtc/base/swap_queue.h |
index d8bb5c024e1bb10c9b3b259663b213a0d8074b02..d3af225eb17833961dc301f8c4903de6129dfe89 100644 |
--- a/webrtc/common_audio/swap_queue.h |
+++ b/webrtc/base/swap_queue.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_COMMON_AUDIO_SWAP_QUEUE_H_ |
-#define WEBRTC_COMMON_AUDIO_SWAP_QUEUE_H_ |
+#ifndef WEBRTC_BASE_SWAP_QUEUE_H_ |
+#define WEBRTC_BASE_SWAP_QUEUE_H_ |
#include <algorithm> |
#include <utility> |
@@ -207,4 +207,4 @@ class SwapQueue { |
} // namespace webrtc |
-#endif // WEBRTC_COMMON_AUDIO_SWAP_QUEUE_H_ |
+#endif // WEBRTC_BASE_SWAP_QUEUE_H_ |