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

Unified Diff: net/ftp/ftp_directory_listing_parser.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/ftp/ftp_directory_listing_parser.h
diff --git a/net/ftp/ftp_directory_listing_parser.h b/net/ftp/ftp_directory_listing_parser.h
index d2dd677bb09e6e78a4a96f642eb2ab07a88b6a49..56df0cbead7a418c6e8cc189f4131a619bff60be 100644
--- a/net/ftp/ftp_directory_listing_parser.h
+++ b/net/ftp/ftp_directory_listing_parser.h
@@ -26,9 +26,9 @@ struct FtpDirectoryListingEntry {
FtpDirectoryListingEntry();
Type type;
- base::string16 name; // Name (UTF-16-encoded).
+ base::string16 name; // Name (UTF-16-encoded).
std::string raw_name; // Name in original character encoding.
- int64 size; // File size, in bytes. -1 if not applicable.
+ int64 size; // File size, in bytes. -1 if not applicable.
// Last modified time, in local time zone.
base::Time last_modified;

Powered by Google App Engine
This is Rietveld 408576698