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

Unified Diff: extensions/browser/api/document_scan/document_scan_interface_chromeos.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_chromeos.h
diff --git a/extensions/browser/api/document_scan/document_scan_interface_chromeos.h b/extensions/browser/api/document_scan/document_scan_interface_chromeos.h
index cd50d508f4ae674ddd85936f4ca11b08d89ed7d9..7be1e0f6bc5de4cbf2716b931dc022a393f66ffb 100644
--- a/extensions/browser/api/document_scan/document_scan_interface_chromeos.h
+++ b/extensions/browser/api/document_scan/document_scan_interface_chromeos.h
@@ -10,7 +10,7 @@
namespace extensions {
-namespace core_api {
+namespace api {
class DocumentScanInterfaceChromeos : public DocumentScanInterface {
public:
@@ -41,7 +41,7 @@ class DocumentScanInterfaceChromeos : public DocumentScanInterface {
DISALLOW_COPY_AND_ASSIGN(DocumentScanInterfaceChromeos);
};
-} // namespace core_api
+} // namespace api
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698