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

Unified Diff: webrtc/base/swap_queue.h

Issue 1812823007: Move swap_queue.h to base/ (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add missing comma Created 4 years, 9 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
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_

Powered by Google App Engine
This is Rietveld 408576698