chromium/components/pdf/browser/pdf_document_helper_client.h

// Copyright 2014 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_PDF_DOCUMENT_HELPER_CLIENT_H_
#define COMPONENTS_PDF_BROWSER_PDF_DOCUMENT_HELPER_CLIENT_H_

namespace content {
class RenderFrameHost;
class WebContents;
}  // namespace content

namespace gfx {
class SelectionBound;
}

namespace pdf {

class PDFDocumentHelperClient {};

}  // namespace pdf

#endif  // COMPONENTS_PDF_BROWSER_PDF_DOCUMENT_HELPER_CLIENT_H_