| Index: chrome/browser/local_discovery/storage/privet_filesystem_backend.cc
|
| diff --git a/chrome/browser/local_discovery/storage/privet_filesystem_backend.cc b/chrome/browser/local_discovery/storage/privet_filesystem_backend.cc
|
| index 390518ff4e9568f70a7a2732bd0152d3e4f42c7f..20e4810090d98acce7bdc97f1a0e56547e47ec8c 100644
|
| --- a/chrome/browser/local_discovery/storage/privet_filesystem_backend.cc
|
| +++ b/chrome/browser/local_discovery/storage/privet_filesystem_backend.cc
|
| @@ -13,9 +13,10 @@
|
| namespace local_discovery {
|
|
|
| PrivetFileSystemBackend::PrivetFileSystemBackend(
|
| - fileapi::ExternalMountPoints* mount_points)
|
| + fileapi::ExternalMountPoints* mount_points,
|
| + content::BrowserContext* browser_context)
|
| : mount_points_(mount_points),
|
| - async_util_(new PrivetFileSystemAsyncUtil()) {
|
| + async_util_(new PrivetFileSystemAsyncUtil(browser_context)) {
|
| }
|
|
|
| PrivetFileSystemBackend::~PrivetFileSystemBackend() {
|
|
|