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

Unified Diff: net/ftp/ftp_directory_listing_parser.cc

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 | « net/ftp/ftp_directory_listing_parser.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ftp/ftp_directory_listing_parser.cc
diff --git a/net/ftp/ftp_directory_listing_parser.cc b/net/ftp/ftp_directory_listing_parser.cc
index 8aa3696073814c8ad872a37f9c1ef05bf3935106..8c36bb6953834299d8783d36f46585be2af5c310 100644
--- a/net/ftp/ftp_directory_listing_parser.cc
+++ b/net/ftp/ftp_directory_listing_parser.cc
@@ -58,6 +58,9 @@ int FillInRawName(const std::string& encoding,
namespace net {
+FtpDirectoryListingEntry::FtpDirectoryListingEntry() {
+}
+
int ParseFtpDirectoryListing(const std::string& text,
const base::Time& current_time,
std::vector<FtpDirectoryListingEntry>* entries) {
« no previous file with comments | « net/ftp/ftp_directory_listing_parser.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698