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

Unified Diff: extensions/browser/api/document_scan/document_scan_interface_chromeos.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_chromeos.cc
diff --git a/extensions/browser/api/document_scan/document_scan_interface_chromeos.cc b/extensions/browser/api/document_scan/document_scan_interface_chromeos.cc
index b270a3fdebd7ba8cc36580d9a488cd6538b08f42..981688f4716dab7cf7c1b3667f7afc23550da1a6 100644
--- a/extensions/browser/api/document_scan/document_scan_interface_chromeos.cc
+++ b/extensions/browser/api/document_scan/document_scan_interface_chromeos.cc
@@ -20,7 +20,7 @@ const char kPngImageDataUrlPrefix[] = "data:image/png;base64,";
namespace extensions {
-namespace core_api {
+namespace api {
DocumentScanInterfaceChromeos::DocumentScanInterfaceChromeos()
: lorgnette_manager_client_(nullptr) {
@@ -126,6 +126,6 @@ DocumentScanInterface* DocumentScanInterface::CreateInstance() {
return new DocumentScanInterfaceChromeos();
}
-} // namespace core_api
+} // namespace api
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698