| Index: webrtc/pc/voicechannel.h
|
| diff --git a/webrtc/pc/voicechannel.h b/webrtc/pc/voicechannel.h
|
| index 9b6f16eaba3fca2a93f3bc2747c94c3556bc2ddf..78524ab555cb4234e13f004f71878aca923918c7 100644
|
| --- a/webrtc/pc/voicechannel.h
|
| +++ b/webrtc/pc/voicechannel.h
|
| @@ -8,9 +8,9 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef _VOICECHANNEL_H_
|
| -#define _VOICECHANNEL_H_
|
| +#ifndef WEBRTC_PC_VOICECHANNEL_H_
|
| +#define WEBRTC_PC_VOICECHANNEL_H_
|
|
|
| #include "webrtc/pc/channel.h"
|
|
|
| -#endif // _VOICECHANNEL_H_
|
| +#endif // WEBRTC_PC_VOICECHANNEL_H_
|
|
|