| Index: webrtc/rtc_base/filerotatingstream.h
|
| diff --git a/webrtc/base/filerotatingstream.h b/webrtc/rtc_base/filerotatingstream.h
|
| similarity index 97%
|
| copy from webrtc/base/filerotatingstream.h
|
| copy to webrtc/rtc_base/filerotatingstream.h
|
| index a3e808cda52670f7e9e3b67294bab9b9b6838318..9a4820a27c522e14b01f281839c4deba41f215f2 100644
|
| --- a/webrtc/base/filerotatingstream.h
|
| +++ b/webrtc/rtc_base/filerotatingstream.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_FILEROTATINGSTREAM_H_
|
| -#define WEBRTC_BASE_FILEROTATINGSTREAM_H_
|
| +#ifndef WEBRTC_RTC_BASE_FILEROTATINGSTREAM_H_
|
| +#define WEBRTC_RTC_BASE_FILEROTATINGSTREAM_H_
|
|
|
| #include <memory>
|
| #include <string>
|
| @@ -170,4 +170,4 @@ class CallSessionFileRotatingStream : public FileRotatingStream {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_FILEROTATINGSTREAM_H_
|
| +#endif // WEBRTC_RTC_BASE_FILEROTATINGSTREAM_H_
|
|
|