| Index: webrtc/pc/mediasink.h
|
| diff --git a/webrtc/pc/mediasink.h b/webrtc/pc/mediasink.h
|
| index e97a390aedd6d6c8ab69a8cd997a3d0a7224c0df..01bd3fa17397808493aea44b92b8388cb43087c5 100644
|
| --- a/webrtc/pc/mediasink.h
|
| +++ b/webrtc/pc/mediasink.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef TALK_SESSION_MEDIA_MEDIASINK_H_
|
| -#define TALK_SESSION_MEDIA_MEDIASINK_H_
|
| +#ifndef WEBRTC_PC_MEDIASINK_H_
|
| +#define WEBRTC_PC_MEDIASINK_H_
|
|
|
| namespace cricket {
|
|
|
| @@ -28,4 +28,4 @@ class MediaSinkInterface {
|
|
|
| } // namespace cricket
|
|
|
| -#endif // TALK_SESSION_MEDIA_MEDIASINK_H_
|
| +#endif // WEBRTC_PC_MEDIASINK_H_
|
|
|