Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(547)

Unified Diff: chrome/browser/extensions/api/document_scan/mock_document_scan_interface.cc

Issue 286933006: Implement a JavaScript API for document scanning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Starting over. This used to be 286933006 Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/api/document_scan/mock_document_scan_interface.cc
diff --git a/extensions/browser/granted_file_entry.cc b/chrome/browser/extensions/api/document_scan/mock_document_scan_interface.cc
similarity index 53%
copy from extensions/browser/granted_file_entry.cc
copy to chrome/browser/extensions/api/document_scan/mock_document_scan_interface.cc
index 4f4003d1cf9ccc0681649e7fb8aa43f96ebfa82f..830575fce4e553f56170de3611b9ecc0d7dec611 100644
--- a/extensions/browser/granted_file_entry.cc
+++ b/chrome/browser/extensions/api/document_scan/mock_document_scan_interface.cc
@@ -2,14 +2,19 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "extensions/browser/granted_file_entry.h"
+#include "mock_document_scan_interface.h"
namespace extensions {
-GrantedFileEntry::GrantedFileEntry() {
+namespace api {
+
+MockDocumentScanInterface::MockDocumentScanInterface() {
}
-GrantedFileEntry::~GrantedFileEntry() {
+MockDocumentScanInterface::~MockDocumentScanInterface() {
}
+} // namespace api
+
} // namespace extensions
+
« no previous file with comments | « chrome/browser/extensions/api/document_scan/mock_document_scan_interface.h ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698