| Index: media/audio/cras/cras_unified.h
|
| diff --git a/media/audio/cras/cras_unified.h b/media/audio/cras/cras_unified.h
|
| index b9fcaa5df91f26936f1527007407dedac9026db3..4b75802effe50f1994cf43fb6946f3678b55d3f6 100644
|
| --- a/media/audio/cras/cras_unified.h
|
| +++ b/media/audio/cras/cras_unified.h
|
| @@ -7,8 +7,8 @@
|
| // CrasUnifiedStream object is *not* thread-safe and should only be used
|
| // from the audio thread.
|
|
|
| -#ifndef MEDIA_AUDIO_LINUX_CRAS_UNIFIED_H_
|
| -#define MEDIA_AUDIO_LINUX_CRAS_UNIFIED_H_
|
| +#ifndef MEDIA_AUDIO_CRAS_CRAS_UNIFIED_H_
|
| +#define MEDIA_AUDIO_CRAS_CRAS_UNIFIED_H_
|
|
|
| #include <cras_client.h>
|
| #include <stddef.h>
|
| @@ -118,4 +118,4 @@ class MEDIA_EXPORT CrasUnifiedStream : public AudioOutputStream {
|
|
|
| } // namespace media
|
|
|
| -#endif // MEDIA_AUDIO_LINUX_CRAS_UNIFIED_H_
|
| +#endif // MEDIA_AUDIO_CRAS_CRAS_UNIFIED_H_
|
|
|