| Index: content/browser/accessibility/dump_accessibility_browsertest_base.h
|
| diff --git a/content/browser/accessibility/dump_accessibility_browsertest_base.h b/content/browser/accessibility/dump_accessibility_browsertest_base.h
|
| index 28029d6bfd3efad2c7aeec50d76db911d83d96ce..591d5b99f55a339a1e328c4b589d83ea58b57670 100644
|
| --- a/content/browser/accessibility/dump_accessibility_browsertest_base.h
|
| +++ b/content/browser/accessibility/dump_accessibility_browsertest_base.h
|
| @@ -26,7 +26,7 @@ class DumpAccessibilityTestBase : public ContentBrowserTest {
|
| // loads the HTML, loads the accessibility tree, calls Dump(), then
|
| // compares the output to the expected result and has the test succeed
|
| // or fail based on the diff.
|
| - void RunTest(const base::FilePath::CharType* file_path);
|
| + void RunTest(const base::FilePath file_path, const char* file_dir);
|
|
|
| protected:
|
| //
|
|
|