// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifdef UNSAFE_BUFFERS_BUILD // TODO(crbug.com/40284755): Remove this and spanify to fix the errors. #pragma allow_unsafe_buffers #endif #include "net/url_request/view_cache_helper.h" #include <algorithm> #include <utility> #include "base/strings/escape.h" #include "base/strings/stringprintf.h" namespace net { // static void ViewCacheHelper::HexDump(const char *buf, size_t buf_len, std::string* result) { … } } // namespace net.