Index: chrome/browser/file_system/file_system_dispatcher_host.h |
diff --git a/chrome/browser/file_system/file_system_dispatcher_host.h b/chrome/browser/file_system/file_system_dispatcher_host.h |
index b7f50edee302a740bb336dcba321a0ee0d5f8f7a..6cd85203643cbe8e5a4e54778751f489688417fd 100644 |
--- a/chrome/browser/file_system/file_system_dispatcher_host.h |
+++ b/chrome/browser/file_system/file_system_dispatcher_host.h |
@@ -17,7 +17,6 @@ class Time; |
} |
class ChromeURLRequestContext; |
-class BrowserFileSystemContext; |
class FilePath; |
class GURL; |
class HostContentSettingsMap; |
@@ -28,6 +27,7 @@ class URLRequestContext; |
class URLRequestContextGetter; |
namespace fileapi { |
+class SandboxedFileSystemContext; |
class SandboxedFileSystemOperation; |
} |
@@ -81,7 +81,7 @@ class FileSystemDispatcherHost : public BrowserMessageFilter { |
// Creates a new SandboxedFileSystemOperation. |
fileapi::SandboxedFileSystemOperation* GetNewOperation(int request_id); |
- scoped_refptr<BrowserFileSystemContext> context_; |
+ scoped_refptr<fileapi::SandboxedFileSystemContext> context_; |
// Used to look up permissions. |
scoped_refptr<HostContentSettingsMap> host_content_settings_map_; |