// Copyright 2017 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/client_hints/common/client_hints.h" #include "third_party/blink/public/common/client_hints/enabled_client_hints.h" namespace client_hints { void GetAllowedClientHints(const base::Value& client_hints_rule, blink::EnabledClientHints* client_hints) { … } } // namespace client_hints