// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/share/default_ranking.h" #include "build/build_config.h" namespace sharing { #if !BUILDFLAG(IS_ANDROID) std::vector<std::string> DefaultRankingForLocaleAndType( const std::string& locale, const std::string& type) { … } #endif // BUILDFLAG(IS_ANDROID) } // namespace sharing