| 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 8dae01b222228262f265a21e72aeaec7a177a68c..663386a1316399e6d786735f20df8f4b8bb51d8c 100644
|
| --- a/content/browser/frame_host/navigation_entry_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_entry_impl_unittest.cc
|
| @@ -20,7 +20,7 @@ class NavigationEntryTest : public testing::Test {
|
| NavigationEntryTest() : instance_(NULL) {
|
| }
|
|
|
| - virtual void SetUp() {
|
| + void SetUp() override {
|
| entry1_.reset(new NavigationEntryImpl);
|
|
|
| #if !defined(OS_IOS)
|
| @@ -35,8 +35,7 @@ class NavigationEntryTest : public testing::Test {
|
| false));
|
| }
|
|
|
| - virtual void TearDown() {
|
| - }
|
| + void TearDown() override {}
|
|
|
| protected:
|
| scoped_ptr<NavigationEntryImpl> entry1_;
|
|
|