Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1594)

Unified Diff: chrome/browser/file_system/file_system_dispatcher_host.h

Issue 5633008: Remove BrowserFileSystemContext class (merge into SandboxedFSContext) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « chrome/browser/file_system/browser_file_system_helper.cc ('k') | chrome/browser/file_system/file_system_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698