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

Unified Diff: extensions/browser/api/document_scan/document_scan_interface_nonchromeos.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_nonchromeos.cc
diff --git a/extensions/browser/api/document_scan/document_scan_interface_nonchromeos.cc b/extensions/browser/api/document_scan/document_scan_interface_nonchromeos.cc
index 6e8e50b9eca6e5889dff24f9c0d0009d6f083daa..15878de9bc0bd8fd96b0e5e8fa3d258455441436 100644
--- a/extensions/browser/api/document_scan/document_scan_interface_nonchromeos.cc
+++ b/extensions/browser/api/document_scan/document_scan_interface_nonchromeos.cc
@@ -12,7 +12,7 @@ const char kScanFunctionNotImplementedError[] = "Scan function not implemented";
namespace extensions {
-namespace core_api {
+namespace api {
class DocumentScanInterfaceImpl : public DocumentScanInterface {
public:
@@ -38,6 +38,6 @@ DocumentScanInterface* DocumentScanInterface::CreateInstance() {
return new DocumentScanInterfaceImpl();
}
-} // namespace core_api
+} // namespace api
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698