// 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. #include "chrome/common/pref_names_util.h" #include <stddef.h> #include "base/strings/string_util.h" namespace pref_names_util { const char kWebKitFontPrefPrefix[] = …; bool ParseFontNamePrefPath(const std::string& pref_path, std::string* generic_family, std::string* script) { … } } // namespace pref_names_util