| Index: Source/platform/audio/HRTFElevation.h
|
| diff --git a/Source/platform/audio/HRTFElevation.h b/Source/platform/audio/HRTFElevation.h
|
| index 5cecf3f768eed0f49106d98adcaf3ec60efa4dc0..a750330d1c161944b19cf9a6b9f3389fc95a79bf 100644
|
| --- a/Source/platform/audio/HRTFElevation.h
|
| +++ b/Source/platform/audio/HRTFElevation.h
|
| @@ -39,7 +39,7 @@
|
| #include "wtf/text/CString.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // HRTFElevation contains all of the HRTFKernels (one left ear and one right ear per azimuth angle) for a particular elevation.
|
|
|
| @@ -107,6 +107,6 @@ private:
|
| float m_sampleRate;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // HRTFElevation_h
|
|
|