Index: chrome/browser/in_process_webkit/dom_storage_uitest.cc |
diff --git a/chrome/browser/in_process_webkit/dom_storage_uitest.cc b/chrome/browser/in_process_webkit/dom_storage_uitest.cc |
index 1618d5038e60ee969ed90f2a1d3284dae3201b7d..709c75aea4e59f6f21fbff68f34f9d5a3b4da1eb 100644 |
--- a/chrome/browser/in_process_webkit/dom_storage_uitest.cc |
+++ b/chrome/browser/in_process_webkit/dom_storage_uitest.cc |
@@ -42,7 +42,7 @@ class DOMStorageTest : public UILayoutTest { |
protected: |
DOMStorageTest() |
: UILayoutTest(), |
- test_dir_(FilePath().AppendASCII("LayoutTests"). |
+ test_dir_(FilePath(). |
AppendASCII("storage").AppendASCII("domstorage")) { |
} |
@@ -57,7 +57,7 @@ class DOMStorageTest : public UILayoutTest { |
// Add those to the list to be copied. |
void AddJSTestResources() { |
// Add other paths our tests require. |
- FilePath js_dir = FilePath().AppendASCII("LayoutTests"). |
+ FilePath js_dir = FilePath(). |
AppendASCII("fast").AppendASCII("js"); |
AddResourceForLayoutTest(js_dir, FilePath().AppendASCII("resources")); |
} |