Index: content/browser/accessibility/dump_accessibility_tree_browsertest.cc |
diff --git a/content/browser/accessibility/dump_accessibility_tree_browsertest.cc b/content/browser/accessibility/dump_accessibility_tree_browsertest.cc |
index d940b4c5d42244a6fe3495e6d31e388ae104c3a1..2b6de7647786257cac2a0e38e5dedb9858861d08 100644 |
--- a/content/browser/accessibility/dump_accessibility_tree_browsertest.cc |
+++ b/content/browser/accessibility/dump_accessibility_tree_browsertest.cc |
@@ -54,7 +54,7 @@ typedef AccessibilityTreeFormatter::Filter Filter; |
// tests it against an expected baseline. |
// |
// The flow of the test is as outlined below. |
-// 1. Load an html file from chrome/test/data/accessibility. |
+// 1. Load an html file from content/test/data/accessibility. |
// 2. Read the expectation. |
// 3. Browse to the page and serialize the platform specific tree into a human |
// readable string. |