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

Unified Diff: extensions/browser/api/sockets_udp/sockets_udp_api_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/sockets_udp/sockets_udp_api_unittest.cc
diff --git a/extensions/browser/api/sockets_udp/sockets_udp_api_unittest.cc b/extensions/browser/api/sockets_udp/sockets_udp_api_unittest.cc
index bf924e77a2ff418047d16a735dc36e0880ee3329..915df13d211caab73abed8c8eb380c311f87637b 100644
--- a/extensions/browser/api/sockets_udp/sockets_udp_api_unittest.cc
+++ b/extensions/browser/api/sockets_udp/sockets_udp_api_unittest.cc
@@ -13,7 +13,7 @@
#include "testing/gtest/include/gtest/gtest.h"
namespace extensions {
-namespace core_api {
+namespace api {
static scoped_ptr<KeyedService> ApiResourceManagerTestFactory(
content::BrowserContext* context) {
@@ -49,5 +49,5 @@ TEST_F(SocketsUdpUnitTest, Create) {
ASSERT_TRUE(result.get());
}
-} // namespace core_api
+} // namespace api
} // namespace extensions
« no previous file with comments | « extensions/browser/api/sockets_udp/sockets_udp_api.cc ('k') | extensions/browser/api/sockets_udp/sockets_udp_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698