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

Unified Diff: chrome/browser/policy/cloud/external_policy_data_updater.h

Issue 23868021: Prepare ExternalPolicyDataUpdater and ResourceCache for blocking pool (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-uploading due to rietveld flake. Created 7 years, 3 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
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:

Powered by Google App Engine
This is Rietveld 408576698