| Index: components/variations/service/ui_string_overrider.h
|
| diff --git a/components/variations/service/ui_string_overrider.h b/components/variations/service/ui_string_overrider.h
|
| index 5908444c07b29bd1e0b13500988861c55bb7d4b1..8aa4784dbc1f48e8a169334b147c2a7e15c92f15 100644
|
| --- a/components/variations/service/ui_string_overrider.h
|
| +++ b/components/variations/service/ui_string_overrider.h
|
| @@ -16,7 +16,7 @@ namespace variations {
|
| // array of resource name hashes, and |resource_indices| an array of resource
|
| // indices in the same order.
|
| //
|
| -// The mapping is created by generate_resources_map.py based on generated
|
| +// The mapping is created by generate_ui_string_overrider.py based on generated
|
| // resources header files. The script ensure that if one header file contains
|
| // |#define IDS_FOO 12345| then for some index |i|, |resource_hashes[i]| will
|
| // be equal to |HASH("IDS_FOO")| and |resource_indices[i]| will be equal to
|
|
|