| Index: third_party/WebKit/Source/platform/wtf/Locker.h
|
| diff --git a/third_party/WebKit/Source/wtf/Locker.h b/third_party/WebKit/Source/platform/wtf/Locker.h
|
| similarity index 96%
|
| copy from third_party/WebKit/Source/wtf/Locker.h
|
| copy to third_party/WebKit/Source/platform/wtf/Locker.h
|
| index 9e7381d93328de6d520a2c2e6b28b67a5e3f0b13..4d29807eb94ceec98da9ff38394eb9189a70c043 100644
|
| --- a/third_party/WebKit/Source/wtf/Locker.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/Locker.h
|
| @@ -28,8 +28,8 @@
|
| #ifndef Locker_h
|
| #define Locker_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace WTF {
|
|
|
|
|