Commit 629e82ae authored by dcheng's avatar dcheng Committed by Commit bot

Apply automated fixits for Chrome clang plugin to ui.

Working on trimming down plugin warnings on the Windows clang build.

BUG=467287

Review URL: https://codereview.chromium.org/1112693003

Cr-Commit-Position: refs/heads/master@{#327549}
parent a69265d0
...@@ -34,7 +34,7 @@ ScopedVariant SELF(CHILDID_SELF); ...@@ -34,7 +34,7 @@ ScopedVariant SELF(CHILDID_SELF);
class AXPlatformNodeWinTest : public testing::Test { class AXPlatformNodeWinTest : public testing::Test {
public: public:
AXPlatformNodeWinTest() {} AXPlatformNodeWinTest() {}
virtual ~AXPlatformNodeWinTest() {} ~AXPlatformNodeWinTest() override {}
void SetUp() override { void SetUp() override {
win::CreateATLModuleIfNeeded(); win::CreateATLModuleIfNeeded();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment