Index: chrome/browser/file_system/browser_file_system_callback_dispatcher.h |
diff --git a/chrome/browser/file_system/browser_file_system_callback_dispatcher.h b/chrome/browser/file_system/browser_file_system_callback_dispatcher.h |
index 0372e09db990ef78bbb2a1e38401fb1d1e85fa76..23f34f7e7a6e99e001f09b07e88654f38c8302fa 100644 |
--- a/chrome/browser/file_system/browser_file_system_callback_dispatcher.h |
+++ b/chrome/browser/file_system/browser_file_system_callback_dispatcher.h |
@@ -21,7 +21,7 @@ class BrowserFileSystemCallbackDispatcher |
virtual void DidReadDirectory( |
const std::vector<base::file_util_proxy::Entry>& entries, |
bool has_more); |
- virtual void DidOpenFileSystem(const string16& name, |
+ virtual void DidOpenFileSystem(const std::string& name, |
const FilePath& root_path); |
virtual void DidFail(base::PlatformFileError error_code); |