Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(969)

Unified Diff: chrome/browser/safe_browsing/download_feedback.h

Issue 2909123003: Replace deprecated base::NonThreadSafe in chrome/browser/safe_browsing in favor of SequenceChecker. (Closed)
Patch Set: remove include too Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/safe_browsing/certificate_reporting_service_test_utils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/safe_browsing/certificate_reporting_service_test_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698