Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / components / nacl / browser / nacl_validation_cache_unittest.cc
index 3b52ca7..945db2f 100644 (file)
@@ -20,7 +20,7 @@ class NaClValidationCacheTest : public ::testing::Test {
   NaClValidationCache cache1;
   NaClValidationCache cache2;
 
-  virtual void SetUp() {
+  void SetUp() override {
     // The compiler chokes if std::string(key1) is passed directly as an arg.
     std::string key(key1);
     cache1.SetValidationCacheKey(key);