DescriptionRefactored kTestString occurences in bridged_native_widget_unittest.mm
As per the CPP style guide, variables declared constexpr or const, and whose
value is fixed for the duration of the program, are named with a leading "k"
followed by mixed case. Since objects don't have a constant value for the
duration of the program, refactor "kTestString" to "test_string".
Committed: https://crrev.com/3f2f74e670e0bf65ee92a6c8da2e88cef47e7b6e
Cr-Commit-Position: refs/heads/master@{#372042}
Patch Set 1 #
Messages
Total messages: 10 (5 generated)
|