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

Unified Diff: net/ftp/ftp_directory_listing_parser.h

Issue 6747024: Fix Clang build after landing http://codereview.chromium.org/6670085/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 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
« no previous file with comments | « no previous file | net/ftp/ftp_directory_listing_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b6c95fe73197a6cc2a50823a9e4bdcf61378893f..d75ef82ac53944f9314571792938fd203f1ce552 100644
--- a/net/ftp/ftp_directory_listing_parser.h
+++ b/net/ftp/ftp_directory_listing_parser.h
@@ -22,6 +22,8 @@ struct FtpDirectoryListingEntry {
SYMLINK,
};
+ FtpDirectoryListingEntry();
+
Type type;
string16 name; // Name (UTF-16-encoded).
std::string raw_name; // Name in original character encoding.
« no previous file with comments | « no previous file | net/ftp/ftp_directory_listing_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698