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

Unified Diff: extensions/browser/api/document_scan/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/document_scan_interface.cc
diff --git a/extensions/browser/api/document_scan/document_scan_interface.cc b/extensions/browser/api/document_scan/document_scan_interface.cc
index 2a599a3e0f4c08ffe90ddf5069754ea366c88440..c42cf397f5c6352c343ac8b70c5313d6b04c3fb5 100644
--- a/extensions/browser/api/document_scan/document_scan_interface.cc
+++ b/extensions/browser/api/document_scan/document_scan_interface.cc
@@ -6,7 +6,7 @@
namespace extensions {
-namespace core_api {
+namespace api {
DocumentScanInterface::DocumentScanInterface() {
}
@@ -20,6 +20,6 @@ DocumentScanInterface::ScannerDescription::ScannerDescription() {
DocumentScanInterface::ScannerDescription::~ScannerDescription() {
}
-} // namespace core_api
+} // namespace api
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698