| Index: chrome/browser/safe_browsing/download_feedback.h
|
| diff --git a/chrome/browser/safe_browsing/download_feedback.h b/chrome/browser/safe_browsing/download_feedback.h
|
| index cd8adf5edf43c58a505d6b7c759fb139c40acdde..4789c474b57fd5baff50ab2484ceba8f8eb92dcd 100644
|
| --- a/chrome/browser/safe_browsing/download_feedback.h
|
| +++ b/chrome/browser/safe_browsing/download_feedback.h
|
| @@ -11,7 +11,6 @@
|
|
|
| #include "base/callback_forward.h"
|
| #include "base/files/file_path.h"
|
| -#include "base/threading/non_thread_safe.h"
|
| #include "chrome/browser/safe_browsing/two_phase_uploader.h"
|
|
|
| namespace safe_browsing {
|
| @@ -20,7 +19,7 @@ class DownloadFeedbackFactory;
|
|
|
| // Handles the uploading of a single downloaded binary to the safebrowsing
|
| // download feedback service.
|
| -class DownloadFeedback : public base::NonThreadSafe {
|
| +class DownloadFeedback {
|
| public:
|
| // Takes ownership of the file pointed to be |file_path|, it will be deleted
|
| // when the DownloadFeedback is destructed.
|
|
|