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

Unified Diff: extensions/browser/api/dns/dns_api.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/dns/dns_api.cc
diff --git a/extensions/browser/api/dns/dns_api.cc b/extensions/browser/api/dns/dns_api.cc
index 9d0341c2cfee47e78791591e63974124a3f80db8..5513e3a081ef9b6298ae2b441f17d1962e20215b 100644
--- a/extensions/browser/api/dns/dns_api.cc
+++ b/extensions/browser/api/dns/dns_api.cc
@@ -16,9 +16,9 @@
#include "net/log/net_log.h"
using content::BrowserThread;
-using extensions::core_api::dns::ResolveCallbackResolveInfo;
+using extensions::api::dns::ResolveCallbackResolveInfo;
-namespace Resolve = extensions::core_api::dns::Resolve;
+namespace Resolve = extensions::api::dns::Resolve;
namespace extensions {
« no previous file with comments | « extensions/browser/api/diagnostics/diagnostics_api.cc ('k') | extensions/browser/api/document_scan/document_scan_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698