Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / renderer / render_thread_impl_unittest.cc
index 89cafc1..659eba4 100644 (file)
@@ -14,9 +14,10 @@ class RenderThreadImplUnittest : public testing::Test {
   RenderThreadImplUnittest()
       : kCustomizableHistogram_("Histogram1"),
         kNormalHistogram_("Histogram2") {}
-  virtual ~RenderThreadImplUnittest() {}
+  ~RenderThreadImplUnittest() override {}
+
  protected:
-  virtual void SetUp() OVERRIDE {
+  void SetUp() override {
     histogram_customizer_.custom_histograms_.clear();
     histogram_customizer_.custom_histograms_.insert(kCustomizableHistogram_);
   }