| Index: Source/core/platform/chromium/SoundChromiumPosix.cpp
|
| diff --git a/Source/core/platform/chromium/SoundChromiumPosix.cpp b/Source/core/platform/chromium/SoundChromiumPosix.cpp
|
| index 2767d760a971c3ed576a77aa0ab9fb86eb097250..e23ee4b5a1f42e96aac15097a81a17713ddc1db7 100644
|
| --- a/Source/core/platform/chromium/SoundChromiumPosix.cpp
|
| +++ b/Source/core/platform/chromium/SoundChromiumPosix.cpp
|
| @@ -29,9 +29,9 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "Sound.h"
|
| +#include "core/platform/Sound.h"
|
|
|
| -#include "NotImplemented.h"
|
| +#include "core/platform/NotImplemented.h"
|
|
|
| namespace WebCore {
|
|
|
|
|