// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef PDF_UI_THUMBNAIL_H_ #define PDF_UI_THUMBNAIL_H_ #include "base/functional/callback.h" #include "base/values.h" #include "ui/gfx/geometry/size.h" namespace chrome_pdf { class Thumbnail; SendThumbnailCallback; class Thumbnail final { … }; } // namespace chrome_pdf #endif // PDF_UI_THUMBNAIL_H_