Skip to content

Commit

Permalink
Compile issue with unit test found on trybots. Fixing.
Browse files Browse the repository at this point in the history
R=joedow@chromium.org

Review-Url: https://codereview.chromium.org/2815673002
Cr-Commit-Position: refs/heads/master@{#463651}
  • Loading branch information
nicholss authored and Commit bot committed Apr 11, 2017
1 parent 2e93942 commit 0ef03f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remoting/client/ios/key_input_unittest.mm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ - (void)keyboardActionKeyCode:(uint32_t)keyPressed isKeyDown:(BOOL)keyDown {

class KeyInputTest : public ::testing::Test {
protected:
virtual void SetUp() override {
void SetUp() override {
keyInput_ = [[KeyInput allocWithZone:nil] init];
delegateTester_ = [[KeyInputDelegateTester alloc] init];
keyInput_.delegate = delegateTester_;
Expand Down

0 comments on commit 0ef03f3

Please sign in to comment.