| Index: chrome/test/base/test_html_dialog_observer.cc
|
| diff --git a/chrome/test/base/test_html_dialog_observer.cc b/chrome/test/base/test_html_dialog_observer.cc
|
| index 97a082d16c51d57412b20d9e6b735f376cee26b6..f6c69beb4344488224671937d40f018fd49dbd1a 100644
|
| --- a/chrome/test/base/test_html_dialog_observer.cc
|
| +++ b/chrome/test/base/test_html_dialog_observer.cc
|
| @@ -36,7 +36,7 @@ void TestHtmlDialogObserver::Observe(
|
| case chrome::NOTIFICATION_HTML_DIALOG_SHOWN:
|
| if (js_injection_ready_observer_) {
|
| js_injection_ready_observer_->OnJsInjectionReady(
|
| - content::Details<RenderViewHost>(details).ptr());
|
| + content::Details<content::RenderViewHost>(details).ptr());
|
| }
|
| web_ui_ = content::Source<content::WebUI>(source).ptr();
|
| registrar_.Remove(this, chrome::NOTIFICATION_HTML_DIALOG_SHOWN,
|
|
|