| Index: components/component_updater/component_updater_paths.cc
|
| diff --git a/components/component_updater/component_updater_paths.cc b/components/component_updater/component_updater_paths.cc
|
| index 62f484b6afc2c0b6da1967567cb1ebfeffea0bef..bf9f4d39afb3fdd19b0e53ff5412cf8d8dcb391a 100644
|
| --- a/components/component_updater/component_updater_paths.cc
|
| +++ b/components/component_updater/component_updater_paths.cc
|
| @@ -29,6 +29,9 @@ bool PathProvider(int key, base::FilePath* result) {
|
| case DIR_SWIFT_SHADER:
|
| cur = cur.Append(FILE_PATH_LITERAL("SwiftShader"));
|
| break;
|
| + case DIR_SW_REPORTER:
|
| + cur = cur.Append(FILE_PATH_LITERAL("SwReporter"));
|
| + break;
|
| default:
|
| return false;
|
| }
|
|
|