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

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

Issue 1226353004: Generate all extension schema namespaces as "api" and instead vary the generated bundle names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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: extensions/browser/api/document_scan/mock_document_scan_interface.cc
diff --git a/extensions/browser/api/document_scan/mock_document_scan_interface.cc b/extensions/browser/api/document_scan/mock_document_scan_interface.cc
index 6734840f7887232598bfdf229fe4568fecf64d8b..7f31dfe759125f093ee76da7fd01933afadaee54 100644
--- a/extensions/browser/api/document_scan/mock_document_scan_interface.cc
+++ b/extensions/browser/api/document_scan/mock_document_scan_interface.cc
@@ -6,7 +6,7 @@
namespace extensions {
-namespace core_api {
+namespace api {
MockDocumentScanInterface::MockDocumentScanInterface() {
}
@@ -14,6 +14,6 @@ MockDocumentScanInterface::MockDocumentScanInterface() {
MockDocumentScanInterface::~MockDocumentScanInterface() {
}
-} // namespace core_api
+} // namespace api
} // namespace extensions
« no previous file with comments | « extensions/browser/api/document_scan/mock_document_scan_interface.h ('k') | extensions/browser/api/execute_code_function.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698