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

Unified Diff: webrtc/rtc_base/bind.h

Issue 2877023002: Move webrtc/{base => rtc_base} (Closed)
Patch Set: update presubmit.py and DEPS include rules 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
« no previous file with comments | « webrtc/rtc_base/basictypes_unittest.cc ('k') | webrtc/rtc_base/bind_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/bind.h
diff --git a/webrtc/base/bind.h b/webrtc/rtc_base/bind.h
similarity index 98%
copy from webrtc/base/bind.h
copy to webrtc/rtc_base/bind.h
index 94eb164986f9b717766a68f6c85d4c10b2e1501a..975a5e0aa280d9d4cbec8bee349f67d359c30ea3 100644
--- a/webrtc/base/bind.h
+++ b/webrtc/rtc_base/bind.h
@@ -58,8 +58,8 @@
// }
//
-#ifndef WEBRTC_BASE_BIND_H_
-#define WEBRTC_BASE_BIND_H_
+#ifndef WEBRTC_RTC_BASE_BIND_H_
+#define WEBRTC_RTC_BASE_BIND_H_
#include <tuple>
#include <type_traits>
@@ -281,4 +281,4 @@ Functor<FP_T(NONAME), R, Args...> Bind(
#undef NONAME
-#endif // WEBRTC_BASE_BIND_H_
+#endif // WEBRTC_RTC_BASE_BIND_H_
« no previous file with comments | « webrtc/rtc_base/basictypes_unittest.cc ('k') | webrtc/rtc_base/bind_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698