Index: third_party/WebKit/Source/platform/TraceEventCommon.h |
diff --git a/third_party/WebKit/Source/platform/TraceEventCommon.h b/third_party/WebKit/Source/platform/TraceEventCommon.h |
index b38208d90ff8a93bb229c156681964df35f24775..95adddaa94f43f6cfbe28ccb05bb7bac2ff463b6 100644 |
--- a/third_party/WebKit/Source/platform/TraceEventCommon.h |
+++ b/third_party/WebKit/Source/platform/TraceEventCommon.h |
@@ -148,8 +148,8 @@ |
// class MyData { |
// public: |
// MyData() {} |
-// PassOwnPtr<TracedValue> toTracedValue() { |
-// OwnPtr<TracedValue> tracedValue = TracedValue::create(); |
+// std::unique_ptr<TracedValue> toTracedValue() { |
+// std::unique_ptr<TracedValue> tracedValue = TracedValue::create(); |
// tracedValue->setInteger("foo", 1); |
// tracedValue->beginArray("bar"); |
// tracedValue->pushInteger(2); |