Roll src/third_party/WebKit d9c6159:8139f33 (svn 201974:201975)
[chromium-blink-merge.git] / extensions / browser / api / document_scan / document_scan_interface.cc
blobc42cf397f5c6352c343ac8b70c5313d6b04c3fb5
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "extensions/browser/api/document_scan/document_scan_interface.h"
7 namespace extensions {
9 namespace api {
11 DocumentScanInterface::DocumentScanInterface() {
14 DocumentScanInterface::~DocumentScanInterface() {
17 DocumentScanInterface::ScannerDescription::ScannerDescription() {
20 DocumentScanInterface::ScannerDescription::~ScannerDescription() {
23 } // namespace api
25 } // namespace extensions