make use of media_use_ffmpeg in BUILD.gn
[chromium-blink-merge.git] / extensions / browser / api / document_scan / mock_document_scan_interface.cc
blob7f31dfe759125f093ee76da7fd01933afadaee54
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 api {
11 MockDocumentScanInterface::MockDocumentScanInterface() {
14 MockDocumentScanInterface::~MockDocumentScanInterface() {
17 } // namespace api
19 } // namespace extensions