// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_PDF_BROWSER_FAKE_PDF_STREAM_DELEGATE_H_ #define COMPONENTS_PDF_BROWSER_FAKE_PDF_STREAM_DELEGATE_H_ #include <optional> #include "components/pdf/browser/pdf_stream_delegate.h" namespace pdf { class FakePdfStreamDelegate : public PdfStreamDelegate { … }; } // namespace pdf #endif // COMPONENTS_PDF_BROWSER_FAKE_PDF_STREAM_DELEGATE_H_