| Index: extensions/browser/script_executor.h
|
| diff --git a/extensions/browser/script_executor.h b/extensions/browser/script_executor.h
|
| index 322e9bbb881ca05a377dee9bfae38a3bc0b6fd58..4f81b78fb62dfe17964aa2600e57b5cbf0c4c6fe 100644
|
| --- a/extensions/browser/script_executor.h
|
| +++ b/extensions/browser/script_executor.h
|
| @@ -32,7 +32,7 @@ class ScriptExecutor {
|
| content::WebContents* web_contents,
|
| // |script_observers| is assumed to be owned by |this|'s owner, and in
|
| // such a way that |this| is destroyed first.
|
| - ObserverList<ScriptExecutionObserver>* script_observers);
|
| + base::ObserverList<ScriptExecutionObserver>* script_observers);
|
|
|
| ~ScriptExecutor();
|
|
|
| @@ -105,7 +105,7 @@ class ScriptExecutor {
|
|
|
| content::WebContents* web_contents_;
|
|
|
| - ObserverList<ScriptExecutionObserver>* script_observers_;
|
| + base::ObserverList<ScriptExecutionObserver>* script_observers_;
|
| };
|
|
|
| } // namespace extensions
|
|
|