Index: net/log/net_log.h |
diff --git a/net/log/net_log.h b/net/log/net_log.h |
index aac2e994f9a59f3a19146bf317adb8517641132a..721ddb2d15ffe6fd0e363b35715d6bceb3460988 100644 |
--- a/net/log/net_log.h |
+++ b/net/log/net_log.h |
@@ -138,7 +138,7 @@ class NET_EXPORT NetLog { |
// Returns the parameters as a Value. Returns NULL if there are no |
// parameters. Caller takes ownership of returned Value. |
- base::Value* ParametersToValue() const; |
+ scoped_ptr<base::Value> ParametersToValue() const; |
mmenke
2015/12/28 16:46:39
nit: include base/memory/scoped_ptr.h
|
private: |
const EntryData* const data_; |