summaryrefslogtreecommitdiff
path: root/chromium/net/base/sdch_net_log_params.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/base/sdch_net_log_params.h')
-rw-r--r--chromium/net/base/sdch_net_log_params.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/chromium/net/base/sdch_net_log_params.h b/chromium/net/base/sdch_net_log_params.h
index dca7463e80f..fb546122226 100644
--- a/chromium/net/base/sdch_net_log_params.h
+++ b/chromium/net/base/sdch_net_log_params.h
@@ -15,17 +15,17 @@ class GURL;
namespace net {
-NET_EXPORT scoped_ptr<base::Value> NetLogSdchResourceProblemCallback(
+NET_EXPORT std::unique_ptr<base::Value> NetLogSdchResourceProblemCallback(
SdchProblemCode problem,
NetLogCaptureMode capture_mode);
// If |is_error| is false, "net_error" field won't be added to the JSON and the
// event won't be painted red in the netlog.
-NET_EXPORT scoped_ptr<base::Value> NetLogSdchDictionaryFetchProblemCallback(
- SdchProblemCode problem,
- const GURL& url,
- bool is_error,
- NetLogCaptureMode capture_mode);
+NET_EXPORT std::unique_ptr<base::Value>
+NetLogSdchDictionaryFetchProblemCallback(SdchProblemCode problem,
+ const GURL& url,
+ bool is_error,
+ NetLogCaptureMode capture_mode);
} // namespace net