mirror of https://github.com/electron/electron
11 lines
419 B
C++
11 lines
419 B
C++
// Copyright (c) 2015 Slack Technologies, Inc.
|
|
// Use of this source code is governed by the MIT license that can be
|
|
// found in the LICENSE file.
|
|
|
|
#include "shell/browser/electron_pdf_document_helper_client.h"
|
|
|
|
#include "content/public/browser/web_contents.h"
|
|
|
|
ElectronPDFDocumentHelperClient::ElectronPDFDocumentHelperClient() = default;
|
|
ElectronPDFDocumentHelperClient::~ElectronPDFDocumentHelperClient() = default;
|