| Index: third_party/WebKit/Source/modules/vibration/VibrationController.h
|
| diff --git a/third_party/WebKit/Source/modules/vibration/VibrationController.h b/third_party/WebKit/Source/modules/vibration/VibrationController.h
|
| index a8d4310681172125f2a6129f6d583ce0d1bc8908..6da7754f6f0c9280363c6910d8d9c942596bed2f 100644
|
| --- a/third_party/WebKit/Source/modules/vibration/VibrationController.h
|
| +++ b/third_party/WebKit/Source/modules/vibration/VibrationController.h
|
| @@ -27,8 +27,8 @@
|
| #include "platform/Timer.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 {
|
|
|
|
|