| Index: chrome/browser/extensions/api/tabs/tabs.cc
|
| diff --git a/chrome/browser/extensions/api/tabs/tabs.cc b/chrome/browser/extensions/api/tabs/tabs.cc
|
| index c5b7bc18806aa237c0bc72b5998fe86d93108f4c..98934349f1b311ea9ee831f237a9220e6a021710 100644
|
| --- a/chrome/browser/extensions/api/tabs/tabs.cc
|
| +++ b/chrome/browser/extensions/api/tabs/tabs.cc
|
| @@ -1315,7 +1315,7 @@ bool UpdateTabFunction::UpdateURLIfPresent(DictionaryValue* update_props,
|
| ScriptExecutor::JAVASCRIPT,
|
| url.path(),
|
| ScriptExecutor::TOP_FRAME,
|
| - UserScript::DOCUMENT_IDLE,
|
| + extensions::UserScript::DOCUMENT_IDLE,
|
| ScriptExecutor::MAIN_WORLD,
|
| base::Bind(&UpdateTabFunction::OnExecuteCodeFinished, this));
|
|
|
|
|