| Index: chrome/browser/automation/testing_automation_provider.cc
|
| ===================================================================
|
| --- chrome/browser/automation/testing_automation_provider.cc (revision 115777)
|
| +++ chrome/browser/automation/testing_automation_provider.cc (working copy)
|
| @@ -4103,7 +4103,7 @@
|
| std::string language = helper->language_state().original_language();
|
| if (!language.empty()) {
|
| observer->Observe(chrome::NOTIFICATION_TAB_LANGUAGE_DETERMINED,
|
| - content::Source<TabContents>(tab_contents),
|
| + content::Source<WebContents>(tab_contents),
|
| content::Details<std::string>(&language));
|
| }
|
| }
|
|
|