| Index: third_party/WebKit/Source/modules/mediasource/MediaSourceRegistry.h
|
| diff --git a/third_party/WebKit/Source/modules/mediasource/MediaSourceRegistry.h b/third_party/WebKit/Source/modules/mediasource/MediaSourceRegistry.h
|
| index 00943e22131573a1eb1d61c73e5b50c70e5738e4..64c4c311d77ec307c470bc0f6f14f25d8f89de67 100644
|
| --- a/third_party/WebKit/Source/modules/mediasource/MediaSourceRegistry.h
|
| +++ b/third_party/WebKit/Source/modules/mediasource/MediaSourceRegistry.h
|
| @@ -33,9 +33,9 @@
|
|
|
| #include "core/html/URLRegistry.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/text/StringHash.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|