Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / net / disk_cache / simple / simple_index.h
index f2e4a2e..7b5f543 100644 (file)
@@ -77,7 +77,7 @@ class NET_EXPORT_PRIVATE SimpleIndex
  public:
   typedef std::vector<uint64> HashList;
 
-  SimpleIndex(base::SingleThreadTaskRunner* io_thread,
+  SimpleIndex(const scoped_refptr<base::SingleThreadTaskRunner>& io_thread,
               SimpleIndexDelegate* delegate,
               net::CacheType cache_type,
               scoped_ptr<SimpleIndexFile> simple_index_file);