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

Unified Diff: net/base/filename_util_internal.h

Issue 642403002: git cl format the first third of the net/base directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit Created 6 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
Index: net/base/filename_util_internal.h
diff --git a/net/base/filename_util_internal.h b/net/base/filename_util_internal.h
index 0e6033439e0b138ae4fa9bc1500e19803b7b96a2..35e2b37e1bfd5047e18c02718714d78ce0667e9d 100644
--- a/net/base/filename_util_internal.h
+++ b/net/base/filename_util_internal.h
@@ -18,8 +18,8 @@ class GURL;
namespace net {
-typedef base::Callback<
- void(base::FilePath::StringType* file_name, char replace_char)>
+typedef base::Callback<void(base::FilePath::StringType* file_name,
+ char replace_char)>
ReplaceIllegalCharactersCallback;
void SanitizeGeneratedFileName(base::FilePath::StringType* filename,

Powered by Google App Engine
This is Rietveld 408576698