| 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 b3fdba704a1bcea4a805fe5f8ce23ea97e32001f..04e6fdd97f25c6c2212bac776e0a21881e63c35c 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());
|
|
|