Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / remoting / host / host_change_notification_listener_unittest.cc
index f50db65..bd5c8dc 100644 (file)
@@ -14,8 +14,8 @@
 #include "remoting/signaling/mock_signal_strategy.h"
 #include "testing/gmock/include/gmock/gmock.h"
 #include "testing/gtest/include/gtest/gtest.h"
-#include "third_party/libjingle/source/talk/xmpp/constants.h"
 #include "third_party/webrtc/libjingle/xmllite/xmlelement.h"
+#include "third_party/webrtc/libjingle/xmpp/constants.h"
 
 using buzz::QName;
 using buzz::XmlElement;
@@ -48,7 +48,7 @@ class HostChangeNotificationListenerTest : public testing::Test {
     MOCK_METHOD0(OnHostDeleted, void());
   };
 
-  virtual void SetUp() OVERRIDE {
+  void SetUp() override {
     EXPECT_CALL(signal_strategy_, AddListener(NotNull()))
         .WillRepeatedly(AddListener(&signal_strategy_listeners_));
     EXPECT_CALL(signal_strategy_, RemoveListener(NotNull()))
@@ -60,7 +60,7 @@ class HostChangeNotificationListenerTest : public testing::Test {
         &mock_listener_, kHostId, &signal_strategy_, kTestBotJid));
   }
 
-  virtual void TearDown() OVERRIDE {
+  void TearDown() override {
     host_change_notification_listener_.reset();
     EXPECT_TRUE(signal_strategy_listeners_.empty());
   }