Index: third_party/WebKit/Source/core/layout/LayoutAnalyzer.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutAnalyzer.h b/third_party/WebKit/Source/core/layout/LayoutAnalyzer.h |
index cda9ffb1d4e6233ddfa3498469862980df6aa906..00c7a0dd72d4041d7258551dc8e4c3fd8ced9e3a 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutAnalyzer.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutAnalyzer.h |
@@ -8,7 +8,7 @@ |
#include "platform/LayoutUnit.h" |
#include "wtf/Allocator.h" |
#include "wtf/Noncopyable.h" |
-#include <memory> |
+#include "wtf/PassOwnPtr.h" |
namespace blink { |
@@ -82,7 +82,7 @@ public: |
m_counters[counter] += delta; |
} |
- std::unique_ptr<TracedValue> toTracedValue(); |
+ PassOwnPtr<TracedValue> toTracedValue(); |
private: |
const char* nameForCounter(Counter) const; |