| Index: third_party/WebKit/Source/modules/mediarecorder/BlobEvent.cpp
|
| diff --git a/third_party/WebKit/Source/modules/mediarecorder/BlobEvent.cpp b/third_party/WebKit/Source/modules/mediarecorder/BlobEvent.cpp
|
| index fdddda13b265ac8fbcb06528723a4a2e1c2469aa..d735c9377e2626d95b9ff53e4c1c5127a44da5c7 100644
|
| --- a/third_party/WebKit/Source/modules/mediarecorder/BlobEvent.cpp
|
| +++ b/third_party/WebKit/Source/modules/mediarecorder/BlobEvent.cpp
|
| @@ -5,7 +5,7 @@
|
| #include "modules/mediarecorder/BlobEvent.h"
|
|
|
| #include "modules/mediarecorder/BlobEventInit.h"
|
| -#include "wtf/dtoa/double.h"
|
| +#include "platform/wtf/dtoa/double.h"
|
|
|
| namespace blink {
|
|
|
|
|