Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / views / layout / box_layout_unittest.cc
index c5a5edd..36cf274 100644 (file)
@@ -14,9 +14,7 @@ namespace {
 
 class BoxLayoutTest : public testing::Test {
  public:
-  virtual void SetUp() OVERRIDE {
-    host_.reset(new View);
-  }
+  void SetUp() override { host_.reset(new View); }
 
   scoped_ptr<View> host_;
 };