diff options
Diffstat (limited to 'webkit/glue/webvideoframe_impl.h')
-rw-r--r-- | webkit/glue/webvideoframe_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webvideoframe_impl.h b/webkit/glue/webvideoframe_impl.h index 5454089..0aca052 100644 --- a/webkit/glue/webvideoframe_impl.h +++ b/webkit/glue/webvideoframe_impl.h @@ -6,7 +6,7 @@ #define WEBKIT_GLUE_WEBVIDEOFRAME_IMPL_H_ #include "media/base/video_frame.h" -#include "third_party/WebKit/WebKit/chromium/public/WebVideoFrame.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/WebVideoFrame.h" using namespace WebKit; |