Simplify the name of FooElementFactory::CreateRawFooElement().
The name is redundant. - There are no non-'Raw' version of the function any longer. - 'Foo' is repeated. - 'Element' is repeated So the function name should be just 'Create.' This CL has no behavior changes. Change-Id: I5635a39e987dddbdb122bb68958278bab6f852f3 Reviewed-on: https://chromium-review.googlesource.com/920722Reviewed-by:Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#536981}
Showing
Please register or sign in to comment