New issue
Advanced search Search tips

Issue 872399 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Use proper camel case in Media Router code

Project Member Reported by taku...@chromium.org, Aug 8

Issue description

Per 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
 
Owner: taku...@chromium.org
Status: Assigned (was: Available)

Sign in to add a comment