Index: content/browser/frame_host/navigation_entry_impl_unittest.cc |
diff --git a/content/browser/frame_host/navigation_entry_impl_unittest.cc b/content/browser/frame_host/navigation_entry_impl_unittest.cc |
index 7319b5347c61758c135f222324ecec463d472e95..a7bf9e3adf8d77da74f191429fbc5193c019fbea 100644 |
--- a/content/browser/frame_host/navigation_entry_impl_unittest.cc |
+++ b/content/browser/frame_host/navigation_entry_impl_unittest.cc |
@@ -24,9 +24,7 @@ class NavigationEntryTest : public testing::Test { |
void SetUp() override { |
entry1_.reset(new NavigationEntryImpl); |
-#if !defined(OS_IOS) |
instance_ = static_cast<SiteInstanceImpl*>(SiteInstance::Create(NULL)); |
-#endif |
entry2_.reset(new NavigationEntryImpl( |
instance_, 3, |
GURL("test:url"), |