Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / components / policy / core / common / configuration_policy_provider_test.h
index 231d437..a8a0d43 100644 (file)
@@ -41,11 +41,11 @@ extern const char kKeyDictionary[];
 class PolicyTestBase : public testing::Test {
  public:
   PolicyTestBase();
-  virtual ~PolicyTestBase();
+  ~PolicyTestBase() override;
 
   // testing::Test:
-  virtual void SetUp() OVERRIDE;
-  virtual void TearDown() OVERRIDE;
+  void SetUp() override;
+  void TearDown() override;
 
  protected:
   bool RegisterSchema(const PolicyNamespace& ns,
@@ -120,8 +120,8 @@ class ConfigurationPolicyProviderTest
   ConfigurationPolicyProviderTest();
   virtual ~ConfigurationPolicyProviderTest();
 
-  virtual void SetUp() OVERRIDE;
-  virtual void TearDown() OVERRIDE;
+  void SetUp() override;
+  void TearDown() override;
 
   // Installs a valid policy and checks whether the provider returns the
   // |expected_value|.