| Index: net/ftp/ftp_directory_listing_parser_unittest.h
|
| diff --git a/net/ftp/ftp_directory_listing_parser_unittest.h b/net/ftp/ftp_directory_listing_parser_unittest.h
|
| index f0203fb53f91985de9395a26959a80d4ffebd38f..c31546e7a2d9f6004b8c42853cb9c869b3a71f77 100644
|
| --- a/net/ftp/ftp_directory_listing_parser_unittest.h
|
| +++ b/net/ftp/ftp_directory_listing_parser_unittest.h
|
| @@ -1,6 +1,6 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved. Use of this
|
| -// source code is governed by a BSD-style license that can be found in the
|
| -// LICENSE file.
|
| +// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
|
|
| #ifndef NET_FTP_FTP_DIRECTORY_LISTING_PARSER_UNITTEST_H_
|
| #define NET_FTP_FTP_DIRECTORY_LISTING_PARSER_UNITTEST_H_
|
| @@ -27,8 +27,7 @@ class FtpDirectoryListingParserTest : public testing::Test {
|
| };
|
|
|
| protected:
|
| - FtpDirectoryListingParserTest() {
|
| - }
|
| + FtpDirectoryListingParserTest() {}
|
|
|
| void RunSingleLineTestCase(FtpDirectoryListingParser* parser,
|
| const SingleLineTestData& test_case) {
|
|
|