Index: extensions/renderer/script_context_set.h |
diff --git a/extensions/renderer/script_context_set.h b/extensions/renderer/script_context_set.h |
index 909703860e730743e6d06766d601186ca85d6dae..1c600ac46c2e223b702ccfc163dcfe783fbec065 100644 |
--- a/extensions/renderer/script_context_set.h |
+++ b/extensions/renderer/script_context_set.h |
@@ -118,10 +118,9 @@ class ScriptContextSet { |
// specified |frame| and isolated world. If |world_id| is zero, finds the |
// extension ID associated with the main world's JavaScript context. If the |
// JavaScript context isn't from an extension, returns empty string. |
- const Extension* GetExtensionFromFrameAndWorld( |
- const blink::WebLocalFrame* frame, |
- int world_id, |
- bool use_effective_url); |
+ const Extension* GetExtensionFromFrameAndWorld(blink::WebLocalFrame* frame, |
+ int world_id, |
+ bool use_effective_url); |
// Returns the Feature::Context type of context for a JavaScript context. |
Feature::Context ClassifyJavaScriptContext( |