| Index: content/browser/web_contents/web_contents_impl_unittest.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl_unittest.cc b/content/browser/web_contents/web_contents_impl_unittest.cc
|
| index e051486d952d2c74eff4ee84e60b1efacfde018c..8ac95d72cecdd42dd139c233f58b8f383afa7869 100644
|
| --- a/content/browser/web_contents/web_contents_impl_unittest.cc
|
| +++ b/content/browser/web_contents/web_contents_impl_unittest.cc
|
| @@ -3299,7 +3299,7 @@ TEST_F(WebContentsImplTest, ThemeColorChangeDependingOnFirstVisiblePaint) {
|
| // propagate the current theme color to the delegates.
|
| RenderViewHostTester::TestOnMessageReceived(
|
| test_rvh(),
|
| - FrameHostMsg_DidFirstVisuallyNonEmptyPaint(rfh->GetRoutingID()));
|
| + ViewHostMsg_DidFirstVisuallyNonEmptyPaint(rfh->GetRoutingID()));
|
|
|
| EXPECT_EQ(SK_ColorRED, contents()->GetThemeColor());
|
| EXPECT_EQ(SK_ColorRED, observer.last_theme_color());
|
|
|