Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / remoting / protocol / authenticator_test_base.h
index 18e0c3e..02e7de9 100644 (file)
@@ -29,7 +29,7 @@ class FakeStreamSocket;
 class AuthenticatorTestBase : public testing::Test {
  public:
   AuthenticatorTestBase();
-  virtual ~AuthenticatorTestBase();
+  ~AuthenticatorTestBase() override;
 
  protected:
   class MockChannelDoneCallback {
@@ -43,7 +43,7 @@ class AuthenticatorTestBase : public testing::Test {
                                        Authenticator* receiver,
                                        bool sender_started,
                                        bool receiver_srated);
-  virtual void SetUp() OVERRIDE;
+  void SetUp() override;
   void RunAuthExchange();
   void RunHostInitiatedAuthExchange();
   void RunChannelAuth(bool expected_fail);