| Index: chrome/browser/safe_browsing/download_feedback.cc
|
| diff --git a/chrome/browser/safe_browsing/download_feedback.cc b/chrome/browser/safe_browsing/download_feedback.cc
|
| index e792d41f02ad4b934b78bbefa036a362da73fa86..23569004a4b0ed9b6d457614a0ff50d614926ecb 100644
|
| --- a/chrome/browser/safe_browsing/download_feedback.cc
|
| +++ b/chrome/browser/safe_browsing/download_feedback.cc
|
| @@ -72,7 +72,7 @@ class DownloadFeedbackImpl : public DownloadFeedback {
|
| std::string ping_request_;
|
| std::string ping_response_;
|
|
|
| - scoped_ptr<TwoPhaseUploader> uploader_;
|
| + std::unique_ptr<TwoPhaseUploader> uploader_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DownloadFeedbackImpl);
|
| };
|
|
|