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

Unified Diff: extensions/browser/api/document_scan/document_scan_interface.h

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.h
diff --git a/extensions/browser/api/document_scan/document_scan_interface.h b/extensions/browser/api/document_scan/document_scan_interface.h
index 9b8699d632e9ad5f1115a9bf2507d32ca5584b9a..3339a1607d489fc6bd64ec8673b3fcc723943bbd 100644
--- a/extensions/browser/api/document_scan/document_scan_interface.h
+++ b/extensions/browser/api/document_scan/document_scan_interface.h
@@ -13,7 +13,7 @@
namespace extensions {
-namespace core_api {
+namespace api {
class DocumentScanInterface {
public:
@@ -52,7 +52,7 @@ class DocumentScanInterface {
DocumentScanInterface();
};
-} // namespace core_api
+} // namespace api
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698