| Index: tools/clang/plugins/Options.h
|
| diff --git a/tools/clang/plugins/Options.h b/tools/clang/plugins/Options.h
|
| index a012979f0d3d657c3073e0f2724e6b919b30de4f..eebe5494a9d94840beb92da65393525dbac46840 100644
|
| --- a/tools/clang/plugins/Options.h
|
| +++ b/tools/clang/plugins/Options.h
|
| @@ -9,7 +9,7 @@ namespace chrome_checker {
|
|
|
| struct Options {
|
| bool check_base_classes = false;
|
| - bool enforce_in_thirdparty_webkit = false; // Use in Blink code itself
|
| + bool enforce_in_blink = false; // Use in Blink code itself
|
| bool check_enum_last_value = false;
|
| // This is needed for some distributed build-sytems to respect banned
|
| // paths. See https://crbug.com/583454 for details.
|
|
|