| Index: third_party/WebKit/Source/modules/vibration/NavigatorVibration.h
|
| diff --git a/third_party/WebKit/Source/modules/vibration/NavigatorVibration.h b/third_party/WebKit/Source/modules/vibration/NavigatorVibration.h
|
| index 21eddb3041c546865f22683c7cb0d67fb4a83800..052786b6ef6b2fe7839e68b08c926b9accfddc1f 100644
|
| --- a/third_party/WebKit/Source/modules/vibration/NavigatorVibration.h
|
| +++ b/third_party/WebKit/Source/modules/vibration/NavigatorVibration.h
|
| @@ -26,8 +26,8 @@
|
| #include "platform/Supplementable.h"
|
| #include "platform/heap/GarbageCollected.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|