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

Unified Diff: extensions/browser/api/vpn_provider/vpn_service.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/vpn_provider/vpn_service.h
diff --git a/extensions/browser/api/vpn_provider/vpn_service.h b/extensions/browser/api/vpn_provider/vpn_service.h
index dff70ae854680ed69f9954fd7d0ba6e31f06c0c4..7aa1dc212ad67944b334dd796ba602a3e67c6b64 100644
--- a/extensions/browser/api/vpn_provider/vpn_service.h
+++ b/extensions/browser/api/vpn_provider/vpn_service.h
@@ -144,7 +144,7 @@ class VpnService : public KeyedService,
// Calls |success| or |failure| based on the outcome.
void NotifyConnectionStateChanged(
const std::string& extension_id,
- extensions::core_api::vpn_provider::VpnConnectionState state,
+ extensions::api::vpn_provider::VpnConnectionState state,
const SuccessCallback& success,
const FailureCallback& failure);
« no previous file with comments | « extensions/browser/api/vpn_provider/vpn_provider_api.cc ('k') | extensions/browser/api/vpn_provider/vpn_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698