| Index: chrome/browser/chromeos/drive/file_system_backend_delegate.h
|
| diff --git a/chrome/browser/chromeos/drive/file_system_backend_delegate.h b/chrome/browser/chromeos/drive/file_system_backend_delegate.h
|
| index 4cb916e1760139369f973e1815fc824ee8e14c65..c76011d19cb099e9e39f9edd40c9f53e19bd6848 100644
|
| --- a/chrome/browser/chromeos/drive/file_system_backend_delegate.h
|
| +++ b/chrome/browser/chromeos/drive/file_system_backend_delegate.h
|
| @@ -9,6 +9,10 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "chrome/browser/chromeos/fileapi/file_system_backend_delegate.h"
|
|
|
| +namespace content {
|
| +class BrowserContext;
|
| +} // namespace content
|
| +
|
| namespace fileapi {
|
| class ExternalMountPoints;
|
| } // namespace fileapi
|
| @@ -19,8 +23,9 @@ namespace drive {
|
| // for Drive file system.
|
| class FileSystemBackendDelegate : public chromeos::FileSystemBackendDelegate {
|
| public:
|
| + // |browser_context| is currently used to take the ExternalMountPoints.
|
| explicit FileSystemBackendDelegate(
|
| - fileapi::ExternalMountPoints* mount_points);
|
| + content::BrowserContext* browser_context);
|
| virtual ~FileSystemBackendDelegate();
|
|
|
| // FileSystemBackend::Delegate overrides.
|
|
|