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

Unified Diff: extensions/browser/api/document_scan/document_scan_interface_chromeos_unittest.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_unittest.cc
diff --git a/extensions/browser/api/document_scan/document_scan_interface_chromeos_unittest.cc b/extensions/browser/api/document_scan/document_scan_interface_chromeos_unittest.cc
index e34de361999fd2624f9f60b224692f2896cc14db..4de0597ddc86bc1153d2376d2e291bab490b4950 100644
--- a/extensions/browser/api/document_scan/document_scan_interface_chromeos_unittest.cc
+++ b/extensions/browser/api/document_scan/document_scan_interface_chromeos_unittest.cc
@@ -16,7 +16,7 @@ using testing::_;
namespace extensions {
-namespace core_api {
+namespace api {
// Tests of networking_private_crypto support for Networking Private API.
class DocumentScanInterfaceChromeosTest : public testing::Test {
@@ -122,6 +122,6 @@ TEST_F(DocumentScanInterfaceChromeosTest, ScanSuccess) {
base::Unretained(this)));
}
-} // namespace core_api
+} // namespace api
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698