summaryrefslogtreecommitdiffstats
path: root/chrome/common/file_system/webfilesystem_callback_dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/file_system/webfilesystem_callback_dispatcher.h')
-rw-r--r--chrome/common/file_system/webfilesystem_callback_dispatcher.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/chrome/common/file_system/webfilesystem_callback_dispatcher.h b/chrome/common/file_system/webfilesystem_callback_dispatcher.h
index 075d5bb..dc570fa 100644
--- a/chrome/common/file_system/webfilesystem_callback_dispatcher.h
+++ b/chrome/common/file_system/webfilesystem_callback_dispatcher.h
@@ -9,12 +9,6 @@
#include "base/platform_file.h"
#include "webkit/fileapi/file_system_callback_dispatcher.h"
-namespace base {
-namespace file_util_proxy {
-struct Entry;
-}
-}
-
namespace WebKit {
class WebFileSystemCallbacks;
}
@@ -29,7 +23,7 @@ class WebFileSystemCallbackDispatcher
virtual void DidSucceed();
virtual void DidReadMetadata(const base::PlatformFileInfo& file_info);
virtual void DidReadDirectory(
- const std::vector<base::file_util_proxy::Entry>& entries,
+ const std::vector<base::FileUtilProxy::Entry>& entries,
bool has_more);
virtual void DidOpenFileSystem(const std::string&,
const FilePath&);