Home | History | Annotate | Download | only in ftp
      1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.  Use of this
      2 // source code is governed by a BSD-style license that can be found in the
      3 // LICENSE file.
      4 
      5 #include "net/ftp/ftp_directory_listing_parser.h"
      6 
      7 namespace net {
      8 
      9 FtpDirectoryListingParser::~FtpDirectoryListingParser() {
     10 }
     11 
     12 }  // namespace
     13