diff options
Diffstat (limited to 'webkit/fileapi/file_system_callback_dispatcher.h')
-rw-r--r-- | webkit/fileapi/file_system_callback_dispatcher.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/fileapi/file_system_callback_dispatcher.h b/webkit/fileapi/file_system_callback_dispatcher.h index 37f22c23..c85c68a 100644 --- a/webkit/fileapi/file_system_callback_dispatcher.h +++ b/webkit/fileapi/file_system_callback_dispatcher.h @@ -8,7 +8,6 @@ #include <vector> #include "base/file_util_proxy.h" -#include "base/string16.h" namespace fileapi { @@ -37,7 +36,7 @@ class FileSystemCallbackDispatcher { // Callback for opening a file system. Called with a name and root path for // the FileSystem when the request is accepted. Used by WebFileSystem API. - virtual void DidOpenFileSystem(const string16& name, + virtual void DidOpenFileSystem(const std::string& name, const FilePath& root_path) = 0; // Called with an error code when a requested operation has failed. |