DescriptionCleanup: Remove pointless GetInsets() override. Simplify |container_size_| to just be |container_width_|. Fix indenting/alignment, especially of function parameters. L"" -> std::wstring(). Don't handle assertion violations (style guide/simplicity). Reduce indenting via early-return or simpler-path-return. Streamline code where possible. Definition order should match declaration order. EXPECT_STREQ -> EXPECT_EQ.
BUG=50107
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=53841
Patch Set 1 #Patch Set 2 : '' #
Total comments: 10
Messages
Total messages: 4 (0 generated)
|