// 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 "components/offline_items_collection/core/fail_state.h" namespace offline_items_collection { bool ToFailState(int value, FailState* fail_state) { … } } // namespace offline_items_collection