Index: webkit/fileapi/file_system_callback_dispatcher.h |
diff --git a/webkit/fileapi/file_system_callback_dispatcher.h b/webkit/fileapi/file_system_callback_dispatcher.h |
index 37f22c234d9ba3b16d432f91f81d8027d278e982..c85c68a2852f45598d455d8473254c2f9d72e507 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. |