| 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_
|
|
|