Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / components / autofill / core / browser / test_autofill_driver.h
index 343b657..938fad6 100644 (file)
 #include "base/memory/ref_counted.h"
 #include "components/autofill/core/browser/autofill_driver.h"
 
+namespace base {
+class SequencedWorkerPoolOwner;
+}
+
 namespace autofill {
 
 // This class is only for easier writing of tests.
@@ -46,7 +50,7 @@ class TestAutofillDriver : public AutofillDriver {
   void SetURLRequestContext(net::URLRequestContextGetter* url_request_context);
 
  private:
-  scoped_refptr<base::SequencedWorkerPool> blocking_pool_;
+  scoped_ptr<base::SequencedWorkerPoolOwner> blocking_pool_owner_;
   net::URLRequestContextGetter* url_request_context_;
 
   DISALLOW_COPY_AND_ASSIGN(TestAutofillDriver);