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 e47fab03b811119d14c6f4f418eb57c908bbd4dc..c3a4d57b3455b435b86cf3b48c04a9c087b8264e 100644 |
--- a/content/browser/frame_host/navigation_entry_impl_unittest.cc |
+++ b/content/browser/frame_host/navigation_entry_impl_unittest.cc |
@@ -24,7 +24,7 @@ class NavigationEntryTest : public testing::Test { |
void SetUp() override { |
entry1_.reset(new NavigationEntryImpl); |
- instance_ = SiteInstanceImpl::Create(NULL); |
+ instance_ = SiteInstanceImpl::Create(nullptr, 0); |
entry2_.reset(new NavigationEntryImpl( |
instance_, |
GURL("test:url"), |