Chromium Code Reviews| Index: content/browser/tab_contents/navigation_entry_unittest.cc |
| diff --git a/content/browser/tab_contents/navigation_entry_unittest.cc b/content/browser/tab_contents/navigation_entry_unittest.cc |
| index ee7d083a1de85464d7287fed87027de2c4711778..33b00bcb146bf3d4321ab5a03398625bee14f911 100644 |
| --- a/content/browser/tab_contents/navigation_entry_unittest.cc |
| +++ b/content/browser/tab_contents/navigation_entry_unittest.cc |
| @@ -7,9 +7,10 @@ |
| #include "base/utf_string_conversions.h" |
| #include "content/browser/site_instance.h" |
| #include "content/browser/tab_contents/navigation_entry.h" |
| +#include "chrome/test/testing_browser_process_test.h" |
|
sky
2011/07/28 00:28:03
nit: before content
|
| #include "testing/gtest/include/gtest/gtest.h" |
| -class NavigationEntryTest : public testing::Test { |
| +class NavigationEntryTest : public TestingBrowserProcessTest { |
| public: |
| NavigationEntryTest() : instance_(NULL) { |
| } |
| @@ -25,9 +26,6 @@ class NavigationEntryTest : public testing::Test { |
| PageTransition::TYPED)); |
| } |
| - virtual void TearDown() { |
| - } |
| - |
| protected: |
| scoped_ptr<NavigationEntry> entry1_; |
| scoped_ptr<NavigationEntry> entry2_; |