Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / remoting / client / client_status_logger_unittest.cc
index 695b455..0660fdc 100644 (file)
@@ -65,7 +65,7 @@ MATCHER(IsStatisticsLog, "") {
 class ClientStatusLoggerTest : public testing::Test {
  public:
   ClientStatusLoggerTest() {}
-  virtual void SetUp() OVERRIDE {
+  void SetUp() override {
     EXPECT_CALL(signal_strategy_, AddListener(_));
     EXPECT_CALL(signal_strategy_, RemoveListener(_));
     message_loop_proxy_ = base::MessageLoopProxy::current();