| Index: content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
|
| diff --git a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
|
| index 3291ab48776e7296be19ac4965fec7c6ee7e90d9..a4c56c8d2cba1da41e4934f4af3f02581ee52461 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
|
| +++ b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
|
| @@ -10,13 +10,6 @@ class IndexedDBLayoutTest : public InProcessBrowserLayoutTest {
|
| FilePath(), FilePath().AppendASCII("storage").AppendASCII("indexeddb")) {
|
| }
|
|
|
| - virtual void SetUpInProcessBrowserTestFixture() OVERRIDE {
|
| - InProcessBrowserLayoutTest::SetUpInProcessBrowserTestFixture();
|
| - AddResourceForLayoutTest(
|
| - FilePath().AppendASCII("fast").AppendASCII("js"),
|
| - FilePath().AppendASCII("resources"));
|
| - }
|
| -
|
| void RunLayoutTests(const char* file_names[]) {
|
| for (size_t i = 0; file_names[i]; i++)
|
| RunLayoutTest(file_names[i]);
|
|
|