summaryrefslogtreecommitdiffstats
path: root/remoting/host/chromeos/aura_desktop_capturer_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/chromeos/aura_desktop_capturer_unittest.cc')
-rw-r--r--remoting/host/chromeos/aura_desktop_capturer_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/chromeos/aura_desktop_capturer_unittest.cc b/remoting/host/chromeos/aura_desktop_capturer_unittest.cc
index 9095cba..42dee81 100644
--- a/remoting/host/chromeos/aura_desktop_capturer_unittest.cc
+++ b/remoting/host/chromeos/aura_desktop_capturer_unittest.cc
@@ -39,7 +39,7 @@ class AuraDesktopCapturerTest : public testing::Test,
public:
AuraDesktopCapturerTest() {}
- virtual void SetUp() override;
+ void SetUp() override;
MOCK_METHOD1(CreateSharedMemory, webrtc::SharedMemory*(size_t size));
MOCK_METHOD1(OnCaptureCompleted, void(webrtc::DesktopFrame* frame));