| Index: chrome/browser/bookmarks/bookmark_html_writer_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/bookmarks/bookmark_html_writer_unittest.cc (revision 75925)
|
| +++ chrome/browser/bookmarks/bookmark_html_writer_unittest.cc (working copy)
|
| @@ -16,6 +16,7 @@
|
| #include "chrome/browser/bookmarks/bookmark_model.h"
|
| #include "chrome/browser/browser_thread.h"
|
| #include "chrome/browser/importer/firefox2_importer.h"
|
| +#include "chrome/test/testing_browser_process_test.h"
|
| #include "chrome/test/testing_profile.h"
|
| #include "grit/generated_resources.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| @@ -39,7 +40,7 @@
|
|
|
| } // namespace
|
|
|
| -class BookmarkHTMLWriterTest : public testing::Test {
|
| +class BookmarkHTMLWriterTest : public TestingBrowserProcessTest {
|
| protected:
|
| virtual void SetUp() {
|
| ASSERT_TRUE(PathService::Get(base::DIR_TEMP, &path_));
|
|
|