| Index: third_party/WebKit/Source/modules/mediastream/NavigatorMediaStream.h
|
| diff --git a/third_party/WebKit/Source/modules/mediastream/NavigatorMediaStream.h b/third_party/WebKit/Source/modules/mediastream/NavigatorMediaStream.h
|
| index 0f14fc98dee20fac1c1c57a1c53df2248028342f..a6380fdb268131bdc9f4a213fd3f1f0663734576 100644
|
| --- a/third_party/WebKit/Source/modules/mediastream/NavigatorMediaStream.h
|
| +++ b/third_party/WebKit/Source/modules/mediastream/NavigatorMediaStream.h
|
| @@ -21,9 +21,9 @@
|
| #define NavigatorMediaStream_h
|
|
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|