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

Unified Diff: webrtc/rtc_base/swap_queue.h

Issue 2877023002: Move webrtc/{base => rtc_base} (Closed)
Patch Set: Fix invalid merge Created 3 years, 6 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/rtc_base/swap_queue.h
diff --git a/webrtc/base/swap_queue.h b/webrtc/rtc_base/swap_queue.h
similarity index 98%
copy from webrtc/base/swap_queue.h
copy to webrtc/rtc_base/swap_queue.h
index acb16b49a0d9850a0c1de2f4a69f0b4c5b24bb64..8c6527894ceab8dc313dddb42e6de9f2d4021b93 100644
--- a/webrtc/base/swap_queue.h
+++ b/webrtc/rtc_base/swap_queue.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_BASE_SWAP_QUEUE_H_
-#define WEBRTC_BASE_SWAP_QUEUE_H_
+#ifndef WEBRTC_RTC_BASE_SWAP_QUEUE_H_
+#define WEBRTC_RTC_BASE_SWAP_QUEUE_H_
#include <algorithm>
#include <utility>
@@ -208,4 +208,4 @@ class SwapQueue {
} // namespace webrtc
-#endif // WEBRTC_BASE_SWAP_QUEUE_H_
+#endif // WEBRTC_RTC_BASE_SWAP_QUEUE_H_

Powered by Google App Engine
This is Rietveld 408576698