summaryrefslogtreecommitdiffstats
path: root/chrome/browser/in_process_webkit
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/in_process_webkit')
-rw-r--r--chrome/browser/in_process_webkit/dom_storage_uitest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/in_process_webkit/dom_storage_uitest.cc b/chrome/browser/in_process_webkit/dom_storage_uitest.cc
index 1618d50..709c75a 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"));
}