Index: chrome/renderer/extensions/extension_dispatcher.h |
diff --git a/chrome/renderer/extensions/extension_dispatcher.h b/chrome/renderer/extensions/extension_dispatcher.h |
index 4947f4805f2576025492b2c640696987be5f376b..1aee2d6d88af6fafda5a1bd6c163c3f59d115107 100644 |
--- a/chrome/renderer/extensions/extension_dispatcher.h |
+++ b/chrome/renderer/extensions/extension_dispatcher.h |
@@ -155,7 +155,7 @@ class ExtensionDispatcher : public content::RenderProcessObserver { |
void OnActivateExtension(const std::string& extension_id); |
void OnUpdatePermissions(int reason_id, |
const std::string& extension_id, |
- const ExtensionAPIPermissionSet& apis, |
+ const extensions::APIPermissionSet& apis, |
const URLPatternSet& explicit_hosts, |
const URLPatternSet& scriptable_hosts); |
void OnUpdateTabSpecificPermissions(int page_id, |