| Index: content/renderer/media/renderer_webaudiodevice_impl.h
|
| diff --git a/content/renderer/renderer_webaudiodevice_impl.h b/content/renderer/media/renderer_webaudiodevice_impl.h
|
| similarity index 87%
|
| rename from content/renderer/renderer_webaudiodevice_impl.h
|
| rename to content/renderer/media/renderer_webaudiodevice_impl.h
|
| index 4a6d462498cd68eabc69239c90b310d4948e6a9c..7b5717f5217043087ca7b8faf1029ef8e333f7f5 100644
|
| --- a/content/renderer/renderer_webaudiodevice_impl.h
|
| +++ b/content/renderer/media/renderer_webaudiodevice_impl.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 CONTENT_RENDERER_RENDERER_WEBAUDIODEVICE_IMPL_H_
|
| -#define CONTENT_RENDERER_RENDERER_WEBAUDIODEVICE_IMPL_H_
|
| +#ifndef CONTENT_RENDERER_MEDIA_MEDIA_RENDERER_WEBAUDIODEVICE_IMPL_H_
|
| +#define CONTENT_RENDERER_MEDIA_MEDIA_RENDERER_WEBAUDIODEVICE_IMPL_H_
|
|
|
| #include <vector>
|
|
|
| @@ -42,4 +42,4 @@ class RendererWebAudioDeviceImpl : public WebKit::WebAudioDevice,
|
| DISALLOW_COPY_AND_ASSIGN(RendererWebAudioDeviceImpl);
|
| };
|
|
|
| -#endif // CONTENT_RENDERER_RENDERER_WEBAUDIODEVICE_IMPL_H_
|
| +#endif // CONTENT_RENDERER_MEDIA_MEDIA_RENDERER_WEBAUDIODEVICE_IMPL_H_
|
|
|