Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4910)

Unified Diff: content/browser/site_instance_impl_unittest.cc

Issue 10073023: TabContents -> WebContentsImpl, part 14. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698