Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(990)

Unified Diff: webkit/browser/fileapi/file_system_file_util.h

Issue 56413002: Fix spelling of "NaCl" in various places: "NaCL" is the wrong capitalisation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Undo translation change Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/browser/fileapi/async_file_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/fileapi/file_system_file_util.h
diff --git a/webkit/browser/fileapi/file_system_file_util.h b/webkit/browser/fileapi/file_system_file_util.h
index a598f833c31bb0fd024753cadfdd52d3e756179b..5a4d730b5c8beee0c6c712b6adbee4fea19341b0 100644
--- a/webkit/browser/fileapi/file_system_file_util.h
+++ b/webkit/browser/fileapi/file_system_file_util.h
@@ -59,7 +59,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemFileUtil {
// Creates or opens a file with the given flags.
// See header comments for AsyncFileUtil::CreateOrOpen() for more details.
- // This is used only by Pepper/NaCL File API.
+ // This is used only by Pepper/NaCl File API.
virtual base::PlatformFileError CreateOrOpen(
FileSystemOperationContext* context,
const FileSystemURL& url,
@@ -68,7 +68,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemFileUtil {
bool* created) = 0;
// Closes the given file handle.
- // This is used only for Pepper/NaCL File API.
+ // This is used only for Pepper/NaCl File API.
virtual base::PlatformFileError Close(
FileSystemOperationContext* context,
base::PlatformFile file) = 0;
« no previous file with comments | « webkit/browser/fileapi/async_file_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698