// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "services/network/public/cpp/load_info_util.h" #include "net/base/load_states.h" #include "services/network/public/mojom/url_loader_network_service_observer.mojom.h" namespace network { bool LoadInfoIsMoreInteresting(const mojom::LoadInfo& a, const mojom::LoadInfo& b) { … } } // namespace network