| Index: ppapi/thunk/ppb_audio_api.h
|
| diff --git a/ppapi/thunk/ppb_audio_api.h b/ppapi/thunk/ppb_audio_api.h
|
| index 8d3a0b83630b9a7edbb2a140e8b05de37e98265d..3c9c27415a4d9c2ea7d7a24e6644cb95b8af964e 100644
|
| --- a/ppapi/thunk/ppb_audio_api.h
|
| +++ b/ppapi/thunk/ppb_audio_api.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef PPAPI_THUNK_AUDIO_API_H_
|
| -#define PPAPI_THUNK_AUDIO_API_H_
|
| +#ifndef PPAPI_THUNK_PPB_AUDIO_API_H_
|
| +#define PPAPI_THUNK_PPB_AUDIO_API_H_
|
|
|
| #include "ppapi/c/pp_completion_callback.h"
|
| #include "ppapi/c/ppb_audio.h"
|
| @@ -30,4 +30,4 @@ class PPAPI_THUNK_EXPORT PPB_Audio_API {
|
| } // namespace thunk
|
| } // namespace ppapi
|
|
|
| -#endif // PPAPI_THUNK_AUDIO_API_H_
|
| +#endif // PPAPI_THUNK_PPB_AUDIO_API_H_
|
|
|