| Index: chrome/test/base/web_ui_browsertest.cc
 | 
| diff --git a/chrome/test/base/web_ui_browsertest.cc b/chrome/test/base/web_ui_browsertest.cc
 | 
| index add13a73ba8b1951d6b40e9b1ed4cff377aed909..d1d18e49de047279a7373a848c7a8fe4733b2c75 100644
 | 
| --- a/chrome/test/base/web_ui_browsertest.cc
 | 
| +++ b/chrome/test/base/web_ui_browsertest.cc
 | 
| @@ -54,7 +54,7 @@ using content::WebUIMessageHandler;
 | 
|  namespace {
 | 
|  
 | 
|  const base::FilePath::CharType kA11yAuditLibraryJSPath[] = FILE_PATH_LITERAL(
 | 
| -    "third_party/accessibility-developer-tools/gen/axs_testing.js");
 | 
| +    "third_party/accessibility-audit/axs_testing.js");
 | 
|  const base::FilePath::CharType kMockJSPath[] =
 | 
|      FILE_PATH_LITERAL("chrome/third_party/mock4js/mock4js.js");
 | 
|  const base::FilePath::CharType kWebUILibraryJS[] =
 | 
| 
 |