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

Unified Diff: extensions/browser/api/document_scan/document_scan_api.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_api.cc
diff --git a/extensions/browser/api/document_scan/document_scan_api.cc b/extensions/browser/api/document_scan/document_scan_api.cc
index 464b7db103d9269cb4c4b9f5cfb6d128d7c75d42..6cdaf1dd74d9f5f949a84007e89eb191a9d7bac7 100644
--- a/extensions/browser/api/document_scan/document_scan_api.cc
+++ b/extensions/browser/api/document_scan/document_scan_api.cc
@@ -21,7 +21,7 @@ const char kUserGestureRequiredError[] =
namespace extensions {
-namespace core_api {
+namespace api {
DocumentScanScanFunction::DocumentScanScanFunction()
: document_scan_interface_(DocumentScanInterface::CreateInstance()) {
@@ -119,6 +119,6 @@ bool DocumentScanScanFunction::Respond() {
return error_.empty();
}
-} // namespace core_api
+} // namespace api
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698