| Index: webrtc/pc/srtpfilter.h
|
| diff --git a/webrtc/pc/srtpfilter.h b/webrtc/pc/srtpfilter.h
|
| index f4c1d33dbfafe0077adc6376c00805fbf9ec7e42..a168710a8802965809909297378ec076c62b6746 100644
|
| --- a/webrtc/pc/srtpfilter.h
|
| +++ b/webrtc/pc/srtpfilter.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef TALK_SESSION_MEDIA_SRTPFILTER_H_
|
| -#define TALK_SESSION_MEDIA_SRTPFILTER_H_
|
| +#ifndef WEBRTC_PC_SRTPFILTER_H_
|
| +#define WEBRTC_PC_SRTPFILTER_H_
|
|
|
| #include <list>
|
| #include <map>
|
| @@ -310,4 +310,4 @@ class SrtpStat {
|
|
|
| } // namespace cricket
|
|
|
| -#endif // TALK_SESSION_MEDIA_SRTPFILTER_H_
|
| +#endif // WEBRTC_PC_SRTPFILTER_H_
|
|
|