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

Unified Diff: extensions/browser/api/document_scan/document_scan_api.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
« no previous file with comments | « extensions/browser/api/dns/dns_api.cc ('k') | extensions/browser/api/document_scan/document_scan_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/document_scan/document_scan_api.h
diff --git a/extensions/browser/api/document_scan/document_scan_api.h b/extensions/browser/api/document_scan/document_scan_api.h
index 806d7688d670684034d2d1eb8d96d9ee5f48b377..e2d1a186c37de1fa917f7f4db23997016ab833e9 100644
--- a/extensions/browser/api/document_scan/document_scan_api.h
+++ b/extensions/browser/api/document_scan/document_scan_api.h
@@ -15,7 +15,7 @@
namespace extensions {
-namespace core_api {
+namespace api {
class DocumentScanScanFunction : public AsyncApiFunction {
public:
@@ -47,7 +47,7 @@ class DocumentScanScanFunction : public AsyncApiFunction {
DISALLOW_COPY_AND_ASSIGN(DocumentScanScanFunction);
};
-} // namespace core_api
+} // namespace api
} // namespace extensions
« no previous file with comments | « extensions/browser/api/dns/dns_api.cc ('k') | extensions/browser/api/document_scan/document_scan_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698