// Copyright 2017 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_FAKE_FILE_ACCESS_H_ #define TESTING_FAKE_FILE_ACCESS_H_ #include <memory> #include "core/fxcrt/unowned_ptr.h" #include "public/fpdf_dataavail.h" #include "public/fpdfview.h" #include "testing/range_set.h" class DownloadHintsImpl; class FileAccessWrapper; class FileAvailImpl; class FakeFileAccess { … }; #endif // TESTING_FAKE_FILE_ACCESS_H_