Index: base/trace_event/trace_config.h |
diff --git a/base/trace_event/trace_config.h b/base/trace_event/trace_config.h |
index 75e001b275974ef0cfae4230485d029cd68a82f2..72ca5f868785691b7686fef576f6eb59218c4592 100644 |
--- a/base/trace_event/trace_config.h |
+++ b/base/trace_event/trace_config.h |
@@ -158,7 +158,7 @@ class BASE_EXPORT TraceConfig { |
std::string ToString() const; |
// Returns a copy of the TraceConfig wrapped in a ConvertableToTraceFormat |
- scoped_ptr<ConvertableToTraceFormat> AsConvertableToTraceFormat() const; |
+ std::unique_ptr<ConvertableToTraceFormat> AsConvertableToTraceFormat() const; |
// Write the string representation of the CategoryFilter part. |
std::string ToCategoryFilterString() const; |