| Index: chrome/browser/local_discovery/storage/privet_filesystem_backend.h
|
| diff --git a/chrome/browser/local_discovery/storage/privet_filesystem_backend.h b/chrome/browser/local_discovery/storage/privet_filesystem_backend.h
|
| index eb1205125abffb17b01ba7c37b58ea4b052d3004..095d7d3b5dd814d8004ccdb9289a67a188006f68 100644
|
| --- a/chrome/browser/local_discovery/storage/privet_filesystem_backend.h
|
| +++ b/chrome/browser/local_discovery/storage/privet_filesystem_backend.h
|
| @@ -9,6 +9,7 @@
|
| #include <vector>
|
|
|
| #include "base/memory/ref_counted.h"
|
| +#include "content/public/browser/browser_context.h"
|
| #include "webkit/browser/blob/file_stream_reader.h"
|
| #include "webkit/browser/fileapi/external_mount_points.h"
|
| #include "webkit/browser/fileapi/file_stream_writer.h"
|
| @@ -20,7 +21,8 @@ class PrivetFileSystemAsyncUtil;
|
|
|
| class PrivetFileSystemBackend : public fileapi::FileSystemBackend {
|
| public:
|
| - explicit PrivetFileSystemBackend(fileapi::ExternalMountPoints* mount_points);
|
| + explicit PrivetFileSystemBackend(fileapi::ExternalMountPoints* mount_points,
|
| + content::BrowserContext* browser_context);
|
| virtual ~PrivetFileSystemBackend();
|
|
|
| // FileSystemBackend implementation.
|
|
|