summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/obfuscated_file_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/fileapi/obfuscated_file_util.cc')
-rw-r--r--webkit/fileapi/obfuscated_file_util.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/webkit/fileapi/obfuscated_file_util.cc b/webkit/fileapi/obfuscated_file_util.cc
index 54aff48..87f5bc8 100644
--- a/webkit/fileapi/obfuscated_file_util.cc
+++ b/webkit/fileapi/obfuscated_file_util.cc
@@ -1242,8 +1242,9 @@ FilePath ObfuscatedFileUtil::DataPathToLocalPath(
return root.Append(data_path);
}
-// TODO: How to do the whole validation-without-creation thing? We may not have
-// quota even to create the database. Ah, in that case don't even get here?
+// TODO(ericu): How to do the whole validation-without-creation thing?
+// We may not have quota even to create the database.
+// Ah, in that case don't even get here?
// Still doesn't answer the quota issue, though.
FileSystemDirectoryDatabase* ObfuscatedFileUtil::GetDirectoryDatabase(
const GURL& origin, FileSystemType type, bool create) {