| Index: webrtc/rtc_base/logsinks.h
|
| diff --git a/webrtc/base/logsinks.h b/webrtc/rtc_base/logsinks.h
|
| similarity index 93%
|
| copy from webrtc/base/logsinks.h
|
| copy to webrtc/rtc_base/logsinks.h
|
| index e75120e3f5461404f60f4e467ecb3b3988b22612..bfc3703bc773131d7ee264d7f325386f52233330 100644
|
| --- a/webrtc/base/logsinks.h
|
| +++ b/webrtc/rtc_base/logsinks.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_FILE_ROTATING_LOG_SINK_H_
|
| -#define WEBRTC_BASE_FILE_ROTATING_LOG_SINK_H_
|
| +#ifndef WEBRTC_RTC_BASE_LOGSINKS_H_
|
| +#define WEBRTC_RTC_BASE_LOGSINKS_H_
|
|
|
| #include <memory>
|
| #include <string>
|
| @@ -65,4 +65,4 @@ class CallSessionFileRotatingLogSink : public FileRotatingLogSink {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_FILE_ROTATING_LOG_SINK_H_
|
| +#endif // WEBRTC_RTC_BASE_LOGSINKS_H_
|
|
|