Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / components / dom_distiller / core / distilled_content_store_unittest.cc
index f5a43b4..b4b7a3d 100644 (file)
@@ -59,7 +59,7 @@ class InMemoryContentStoreTest : public testing::Test {
 
  protected:
   // testing::Test implementation:
-  virtual void SetUp() OVERRIDE {
+  void SetUp() override {
     store_.reset(new InMemoryContentStore(kDefaultMaxNumCachedEntries));
     save_success_ = false;
     load_success_ = false;