summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket_frame_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/websockets/websocket_frame_unittest.cc')
-rw-r--r--net/websockets/websocket_frame_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/websockets/websocket_frame_unittest.cc b/net/websockets/websocket_frame_unittest.cc
index e0972a7..6934fad 100644
--- a/net/websockets/websocket_frame_unittest.cc
+++ b/net/websockets/websocket_frame_unittest.cc
@@ -369,7 +369,7 @@ class WebSocketFrameTestMaskBenchmark : public testing::Test {
WebSocketFrameTestMaskBenchmark()
: iterations_(kDefaultIterations) {}
- void SetUp() {
+ virtual void SetUp() {
std::string iterations(
CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
kBenchmarkIterations));