// Copyright 2018 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef TESTING_UTILS_BITMAP_SAVER_H_ #define TESTING_UTILS_BITMAP_SAVER_H_ #include <string> #include "public/fpdfview.h" class CFX_DIBitmap; class BitmapSaver { … }; #endif // TESTING_UTILS_BITMAP_SAVER_H_