| Index: content/browser/accessibility/dump_accessibility_tree_helper.h
|
| diff --git a/content/browser/accessibility/dump_accessibility_tree_helper.h b/content/browser/accessibility/dump_accessibility_tree_helper.h
|
| index 7e4d36c1890067e66e6d0ef039f49291dac63d33..94282376664508cbce77d2fd3f14e256531061cf 100644
|
| --- a/content/browser/accessibility/dump_accessibility_tree_helper.h
|
| +++ b/content/browser/accessibility/dump_accessibility_tree_helper.h
|
| @@ -50,8 +50,8 @@ class DumpAccessibilityTreeHelper {
|
| // HTML test: test-file.html
|
| // Expected: test-file-expected-mac.txt.
|
| // Auto-generated: test-file-actual-mac.txt
|
| - const FilePath::StringType GetActualFileSuffix() const;
|
| - const FilePath::StringType GetExpectedFileSuffix() const;
|
| + const base::FilePath::StringType GetActualFileSuffix() const;
|
| + const base::FilePath::StringType GetExpectedFileSuffix() const;
|
|
|
| // A platform-specific string that indicates a given line in a file
|
| // is an allow-empty, allow or deny filter. Example:
|
|
|