Chromium Code Reviews| Index: third_party/WebKit/Source/platform/wtf/WeakPtr.h |
| diff --git a/third_party/WebKit/Source/platform/wtf/WeakPtr.h b/third_party/WebKit/Source/platform/wtf/WeakPtr.h |
| index 57b2e50c48054571690d277913ebc615939f6a8f..fa0e50d2a069297ecdabc4e7a8d98e55cf268abd 100644 |
| --- a/third_party/WebKit/Source/platform/wtf/WeakPtr.h |
| +++ b/third_party/WebKit/Source/platform/wtf/WeakPtr.h |
| @@ -27,6 +27,7 @@ |
| #define WTF_WeakPtr_h |
| #include "base/memory/weak_ptr.h" |
| +#include "platform/wtf/Allocator.h" |
| #include "platform/wtf/Noncopyable.h" |
| namespace WTF { |