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..0d25bd3fcd93cac422a04c97144663a4d76bb6b1 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); |
+ PrivetFileSystemBackend(fileapi::ExternalMountPoints* mount_points, |
+ content::BrowserContext* browser_context); |
virtual ~PrivetFileSystemBackend(); |
// FileSystemBackend implementation. |