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

Unified Diff: net/base/filename_util_unsafe.cc

Issue 647883002: git cl format the final third of the net/base directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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
Index: net/base/filename_util_unsafe.cc
diff --git a/net/base/filename_util_unsafe.cc b/net/base/filename_util_unsafe.cc
index 12e80dcf32d5f701b5525b413266451e9e662d36..197dc3c5dcb85270d2044cf99c50bc90ce639bba 100644
--- a/net/base/filename_util_unsafe.cc
+++ b/net/base/filename_util_unsafe.cc
@@ -14,8 +14,8 @@ namespace {
// in base/i18n/file_util_icu.h. Does not require ICU because on POSIX systems
// all international characters are considered legal, so only control and
// special characters have to be replaced.
-const base::FilePath::CharType illegal_characters[] =
- FILE_PATH_LITERAL("\"*/:<>?\\\\|\001\002\003\004\005\006\007\010\011\012")
+const base::FilePath::CharType illegal_characters[] = FILE_PATH_LITERAL(
mef 2014/10/10 20:38:17 this is ugly.
+ "\"*/:<>?\\\\|\001\002\003\004\005\006\007\010\011\012")
FILE_PATH_LITERAL("\013\014\015\016\017\020\021\022\023\024\025\025\027");
void ReplaceIllegalCharactersInPath(base::FilePath::StringType* file_name,

Powered by Google App Engine
This is Rietveld 408576698