| Index: chrome/browser/extensions/api/document_scan/document_scan_interface.cc
|
| diff --git a/chrome/browser/extensions/api/document_scan/document_scan_interface.cc b/chrome/browser/extensions/api/document_scan/document_scan_interface.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..be0149dd1c7274bc2ccfc5020593946b4aac71c6
|
| --- /dev/null
|
| +++ b/chrome/browser/extensions/api/document_scan/document_scan_interface.cc
|
| @@ -0,0 +1,26 @@
|
| +// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#include "document_scan_interface.h"
|
| +
|
| +namespace extensions {
|
| +
|
| +namespace api {
|
| +
|
| +DocumentScanInterface::DocumentScanInterface() {
|
| +}
|
| +
|
| +DocumentScanInterface::~DocumentScanInterface() {
|
| +}
|
| +
|
| +DocumentScanInterface::ScannerDescription::ScannerDescription() {
|
| +}
|
| +
|
| +DocumentScanInterface::ScannerDescription::~ScannerDescription() {
|
| +}
|
| +
|
| +} // namespace api
|
| +
|
| +} // namespace extensions
|
| +
|
|
|