Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / component_updater / url_fetcher_downloader.h
index 2132aa3..3168c1a 100644 (file)
@@ -8,6 +8,7 @@
 #include "base/basictypes.h"
 #include "base/memory/ref_counted.h"
 #include "base/memory/scoped_ptr.h"
+#include "base/threading/thread_checker.h"
 #include "base/time/time.h"
 #include "chrome/browser/component_updater/crx_downloader.h"
 #include "net/url_request/url_fetcher_delegate.h"
@@ -47,6 +48,8 @@ class UrlFetcherDownloader : public CrxDownloader,
   int64 downloaded_bytes_;
   int64 total_bytes_;
 
+  base::ThreadChecker thread_checker_;
+
   DISALLOW_COPY_AND_ASSIGN(UrlFetcherDownloader);
 };