| Index: third_party/WebKit/Source/platform/wtf/WeakPtr.h
|
| diff --git a/third_party/WebKit/Source/wtf/WeakPtr.h b/third_party/WebKit/Source/platform/wtf/WeakPtr.h
|
| similarity index 98%
|
| copy from third_party/WebKit/Source/wtf/WeakPtr.h
|
| copy to third_party/WebKit/Source/platform/wtf/WeakPtr.h
|
| index cddba0cf4473b053575f0362e0a902ddc0fffe9b..57b2e50c48054571690d277913ebc615939f6a8f 100644
|
| --- a/third_party/WebKit/Source/wtf/WeakPtr.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/WeakPtr.h
|
| @@ -27,7 +27,7 @@
|
| #define WTF_WeakPtr_h
|
|
|
| #include "base/memory/weak_ptr.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace WTF {
|
|
|
|
|