Index: chrome/browser/policy/cloud/external_policy_data_updater.h |
diff --git a/chrome/browser/policy/cloud/external_policy_data_updater.h b/chrome/browser/policy/cloud/external_policy_data_updater.h |
index 47b7d2cedf599b6fd10116dd2d4c007d23391e70..2ac776b7dd81b9121ff3cf8d526b450cb5ab07a8 100644 |
--- a/chrome/browser/policy/cloud/external_policy_data_updater.h |
+++ b/chrome/browser/policy/cloud/external_policy_data_updater.h |
@@ -14,7 +14,6 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |
-#include "base/threading/non_thread_safe.h" |
namespace base { |
class SequencedTaskRunner; |
@@ -32,7 +31,7 @@ class ExternalPolicyDataFetcher; |
// with exponential backoff. |
// The actual fetching is handled by an ExternalPolicyDataFetcher, allowing this |
// class to run on a background thread where network I/O is not possible. |
-class ExternalPolicyDataUpdater : public base::NonThreadSafe { |
+class ExternalPolicyDataUpdater { |
public: |
struct Request { |
public: |