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 f70cd441980902d39232748a05db9d39fa0590c9..4e1a8582161d9bde6cd95ee792c7fa8c6fdea45f 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutAnalyzer.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutAnalyzer.h |
@@ -5,6 +5,7 @@ |
#ifndef LayoutAnalyzer_h |
#define LayoutAnalyzer_h |
+#include "base/trace_event/trace_event.h" |
#include "platform/LayoutUnit.h" |
#include "wtf/Allocator.h" |
#include "wtf/FastAllocBase.h" |
@@ -83,7 +84,7 @@ public: |
m_counters[counter] += delta; |
} |
- PassRefPtr<TracedValue> toTracedValue(); |
+ scoped_refptr<TracedValue> toTracedValue(); |
private: |
const char* nameForCounter(Counter) const; |