| Index: net/base/net_util.cc
|
| diff --git a/net/base/net_util.cc b/net/base/net_util.cc
|
| index 13e99a533e30b4982a0c902bc434d8ff780b21f7..5f6b548ca2ebbe7faedc87e9128800b51afeb3dd 100644
|
| --- a/net/base/net_util.cc
|
| +++ b/net/base/net_util.cc
|
| @@ -918,7 +918,8 @@ std::string CanonicalizeHost(const std::wstring& host,
|
| }
|
|
|
| std::string GetDirectoryListingHeader(const string16& title) {
|
| - static const StringPiece header(NetModule::GetResource(IDR_DIR_HEADER_HTML));
|
| + static const base::StringPiece header(
|
| + NetModule::GetResource(IDR_DIR_HEADER_HTML));
|
| // This can be null in unit tests.
|
| DLOG_IF(WARNING, header.empty()) <<
|
| "Missing resource: directory listing header";
|
|
|