| Index: content/browser/site_instance_impl_unittest.cc
|
| diff --git a/content/browser/site_instance_impl_unittest.cc b/content/browser/site_instance_impl_unittest.cc
|
| index 74b443181d496d68b81d46e2bcbccd9e8ef30e4a..9767b70f8f6f71a1217daa593cfe01f37ab8d559 100644
|
| --- a/content/browser/site_instance_impl_unittest.cc
|
| +++ b/content/browser/site_instance_impl_unittest.cc
|
| @@ -206,7 +206,7 @@ class TestSiteInstance : public SiteInstanceImpl {
|
|
|
| // Test to ensure no memory leaks for SiteInstance objects.
|
| TEST_F(SiteInstanceTest, SiteInstanceDestructor) {
|
| - // The existence of this object will cause TabContents to create our
|
| + // The existence of this object will cause WebContentsImpl to create our
|
| // test one instead of the real one.
|
| content::RenderViewHostTestEnabler rvh_test_enabler;
|
| int site_delete_counter = 0;
|
| @@ -258,7 +258,7 @@ TEST_F(SiteInstanceTest, SiteInstanceDestructor) {
|
| EXPECT_EQ(1, browsing_delete_counter);
|
| }
|
|
|
| - // Make sure that we flush any messages related to the above TabContents
|
| + // Make sure that we flush any messages related to the above WebContentsImpl
|
| // destruction.
|
| MessageLoop::current()->RunAllPending();
|
|
|
|
|