diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/browser/file_system/file_system_dispatcher_host.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/browser/file_system/file_system_dispatcher_host.cc b/content/browser/file_system/file_system_dispatcher_host.cc index df4f5d8..051762a 100644 --- a/content/browser/file_system/file_system_dispatcher_host.cc +++ b/content/browser/file_system/file_system_dispatcher_host.cc @@ -24,11 +24,9 @@ #include "webkit/fileapi/file_system_operation.h" #include "webkit/fileapi/file_system_operation.h" #include "webkit/fileapi/file_system_path_manager.h" -#include "webkit/fileapi/file_system_quota_manager.h" using fileapi::FileSystemCallbackDispatcher; using fileapi::FileSystemOperation; -using fileapi::FileSystemQuotaManager; class BrowserFileSystemCallbackDispatcher : public FileSystemCallbackDispatcher { |