diff options
Diffstat (limited to 'chrome/browser/ui/views/find_bar_host_interactive_uitest.cc')
| -rw-r--r-- | chrome/browser/ui/views/find_bar_host_interactive_uitest.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/find_bar_host_interactive_uitest.cc b/chrome/browser/ui/views/find_bar_host_interactive_uitest.cc index ff295ff..e93e569 100644 --- a/chrome/browser/ui/views/find_bar_host_interactive_uitest.cc +++ b/chrome/browser/ui/views/find_bar_host_interactive_uitest.cc @@ -24,6 +24,8 @@ #include "ui/views/view.h" #include "ui/views/views_delegate.h" +using content::WebContents; + namespace { // The delay waited after sending an OS simulated event. @@ -350,7 +352,7 @@ IN_PROC_BROWSER_TEST_F(FindInPageTest, MAYBE_PasteWithoutTextChange) { // Press Ctrl-V to paste the content back, it should start finding even if the // content is not changed. - content::Source<TabContents> notification_source( + content::Source<WebContents> notification_source( browser()->GetSelectedTabContents()); ui_test_utils::WindowedNotificationObserverWithDetails <FindNotificationDetails> observer( |
