| 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 e137b98e5858d059002dd4db59b96e7b6acf25b5..f063f09bb403bc59de0c1dcdc4e55cbe631ab691 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
|
| +++ b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
|
| @@ -9,7 +9,8 @@ namespace content {
|
| class IndexedDBLayoutTest : public InProcessBrowserLayoutTest {
|
| public:
|
| IndexedDBLayoutTest() : InProcessBrowserLayoutTest(
|
| - FilePath(), FilePath().AppendASCII("storage").AppendASCII("indexeddb")) {
|
| + base::FilePath(),
|
| + base::FilePath().AppendASCII("storage").AppendASCII("indexeddb")) {
|
| }
|
|
|
| void RunLayoutTests(const char* file_names[]) {
|
|
|