Re-subimission of https://codereview.chromium.org/1041213003/
[chromium-blink-merge.git] / extensions / browser / api / document_scan / mock_document_scan_interface.cc
blob6734840f7887232598bfdf229fe4568fecf64d8b
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/mock_document_scan_interface.h"
7 namespace extensions {
9 namespace core_api {
11 MockDocumentScanInterface::MockDocumentScanInterface() {
14 MockDocumentScanInterface::~MockDocumentScanInterface() {
17 } // namespace core_api
19 } // namespace extensions