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

Unified Diff: webrtc/rtc_base/callback.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/byteorder_unittest.cc ('k') | webrtc/rtc_base/callback.h.pump » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/callback.h
diff --git a/webrtc/base/callback.h b/webrtc/rtc_base/callback.h
similarity index 98%
copy from webrtc/base/callback.h
copy to webrtc/rtc_base/callback.h
index 7ffdcd73735b98c94b678bad227c7691d504b499..4435a18d18c3de0b39788dd60c94d505bcd93824 100644
--- a/webrtc/base/callback.h
+++ b/webrtc/rtc_base/callback.h
@@ -59,8 +59,8 @@
// my_callback = Callback1<int, int>();
// cout << my_callback.empty() << endl; // true
-#ifndef WEBRTC_BASE_CALLBACK_H_
-#define WEBRTC_BASE_CALLBACK_H_
+#ifndef WEBRTC_RTC_BASE_CALLBACK_H_
+#define WEBRTC_RTC_BASE_CALLBACK_H_
#include "webrtc/base/refcount.h"
#include "webrtc/base/scoped_ref_ptr.h"
@@ -257,4 +257,4 @@ class Callback5 {
};
} // namespace rtc
-#endif // WEBRTC_BASE_CALLBACK_H_
+#endif // WEBRTC_RTC_BASE_CALLBACK_H_
« no previous file with comments | « webrtc/rtc_base/byteorder_unittest.cc ('k') | webrtc/rtc_base/callback.h.pump » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698