Use proper camel case in Media Router code |
|
Issue descriptionPer the style guide here [1], in class and function names we should capitalize only the first letter of each word, even if the word is an acronym. Currently Media Router code uses a mix of "UI" and "Ui" for example, and we should replace instances of the former with the latter. [1] https://google.github.io/styleguide/cppguide.html#General_Naming_Rules |
|
►
Sign in to add a comment |
|
Comment 1 by taku...@chromium.org
, Aug 8Status: Assigned (was: Available)