Index: webkit/fileapi/file_system_callback_dispatcher.cc |
diff --git a/webkit/fileapi/file_system_callback_dispatcher.cc b/webkit/fileapi/file_system_callback_dispatcher.cc |
index 5317bb819eb4786471500f9ec573ff464973a449..9e657f169ac208c13dfa598f473266413d3ddfc5 100644 |
--- a/webkit/fileapi/file_system_callback_dispatcher.cc |
+++ b/webkit/fileapi/file_system_callback_dispatcher.cc |
@@ -12,7 +12,7 @@ FileSystemCallbackDispatcher::~FileSystemCallbackDispatcher() { |
} |
void FileSystemCallbackDispatcher::DidOpenFile( |
- base::PlatformFile file) { |
+ base::PlatformFile file, quota::QuotaLimitType quota_policy) { |
NOTREACHED(); |
if (file != base::kInvalidPlatformFileValue) |