#ifndef COMPONENTS_SERVICES_FONT_FONT_SERVICE_APP_H_
#define COMPONENTS_SERVICES_FONT_FONT_SERVICE_APP_H_
#include <stdint.h>
#include <tuple>
#include <vector>
#include "base/containers/lru_cache.h"
#include "base/files/file_path.h"
#include "components/services/font/public/mojom/font_service.mojom.h"
#include "mojo/public/cpp/bindings/receiver_set.h"
#include "pdf/buildflags.h"
#include "third_party/skia/include/core/SkFontStyle.h"
namespace font_service {
class FontServiceApp : public mojom::FontService { … };
}
#endif