| Index: net/base/directory_listing_unittest.cc
|
| diff --git a/net/base/net_util_icu_unittest.cc b/net/base/directory_listing_unittest.cc
|
| similarity index 93%
|
| rename from net/base/net_util_icu_unittest.cc
|
| rename to net/base/directory_listing_unittest.cc
|
| index cac922f58feff4c8130bc420c884e084572b07bf..7470c2ab9e1467e61e378350d7f1e578ebdf6e93 100644
|
| --- a/net/base/net_util_icu_unittest.cc
|
| +++ b/net/base/directory_listing_unittest.cc
|
| @@ -2,16 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/base/net_util.h"
|
| -
|
| -#include <stdint.h>
|
| -
|
| -#include <string>
|
| +#include "net/base/directory_listing.h"
|
|
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/time/time.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "url/gurl.h"
|
|
|
| namespace net {
|
|
|
| @@ -26,7 +21,7 @@ struct GetDirectoryListingEntryCase {
|
| const char* const expected;
|
| };
|
|
|
| -TEST(NetUtilTest, GetDirectoryListingEntry) {
|
| +TEST(DirectoryListingTest, GetDirectoryListingEntry) {
|
| const GetDirectoryListingEntryCase test_cases[] = {
|
| {L"Foo",
|
| "",
|
|
|