| 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..15931cd28535ae3938b9ed364d6df5cf9505fc43 100644
|
| --- a/content/browser/tab_contents/navigation_entry_unittest.cc
|
| +++ b/content/browser/tab_contents/navigation_entry_unittest.cc
|
| @@ -5,11 +5,12 @@
|
| #include "base/string16.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| +#include "chrome/test/testing_browser_process_test.h"
|
| #include "content/browser/site_instance.h"
|
| #include "content/browser/tab_contents/navigation_entry.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -class NavigationEntryTest : public testing::Test {
|
| +class NavigationEntryTest : public TestingBrowserProcessTest {
|
| public:
|
| NavigationEntryTest() : instance_(NULL) {
|
| }
|
|
|