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

Unified Diff: webrtc/rtc_base/callback.h.pump

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/callback.h ('k') | webrtc/rtc_base/callback_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/callback.h.pump
diff --git a/webrtc/base/callback.h.pump b/webrtc/rtc_base/callback.h.pump
similarity index 96%
rename from webrtc/base/callback.h.pump
rename to webrtc/rtc_base/callback.h.pump
index 86957df526b98fb247b02a6971cd60c8b4c3d764..23899526b9f51033b3277063b4a2112588b396a4 100644
--- a/webrtc/base/callback.h.pump
+++ b/webrtc/rtc_base/callback.h.pump
@@ -54,8 +54,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"
@@ -100,4 +100,4 @@ class Callback$i {
]]
} // namespace rtc
-#endif // WEBRTC_BASE_CALLBACK_H_
+#endif // WEBRTC_RTC_BASE_CALLBACK_H_
« no previous file with comments | « webrtc/rtc_base/callback.h ('k') | webrtc/rtc_base/callback_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698