Index: chrome/browser/extensions/api/document_scan/mock_document_scan_interface.cc |
diff --git a/chrome/browser/extensions/api/document_scan/mock_document_scan_interface.cc b/chrome/browser/extensions/api/document_scan/mock_document_scan_interface.cc |
deleted file mode 100644 |
index e69f74f2cc0a3a84defcb7619566f5fb55bd78bd..0000000000000000000000000000000000000000 |
--- a/chrome/browser/extensions/api/document_scan/mock_document_scan_interface.cc |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-// 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 "chrome/browser/extensions/api/document_scan/mock_document_scan_interface.h" |
- |
-namespace extensions { |
- |
-namespace api { |
- |
-MockDocumentScanInterface::MockDocumentScanInterface() { |
-} |
- |
-MockDocumentScanInterface::~MockDocumentScanInterface() { |
-} |
- |
-} // namespace api |
- |
-} // namespace extensions |
- |