summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-04 01:47:58 +0000
committerkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-04 01:47:58 +0000
commit0e7842ea75600bff6ab719a5bf196b3c5f973d88 (patch)
tree3bb16be280b7968527b72d6bd33bb6e70c80d068 /content
parentc5f29a5ef0ab3cf90faf97f7ae75cf14969fa2fa (diff)
downloadchromium_src-0e7842ea75600bff6ab719a5bf196b3c5f973d88.zip
chromium_src-0e7842ea75600bff6ab719a5bf196b3c5f973d88.tar.gz
chromium_src-0e7842ea75600bff6ab719a5bf196b3c5f973d88.tar.bz2
Remove FileSystemQuotaManager class
Now that we have SpecialStoragePolicy class and are going to have QuotaFileSystemUtil, I think we're ready to get rid of this class. BUG=none TEST=none Review URL: http://codereview.chromium.org/6609009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76858 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/browser/file_system/file_system_dispatcher_host.cc2
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 {