Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / device / usb / usb_device_handle_unittest.cc
index 98523b9..04f82b7 100644 (file)
@@ -17,7 +17,7 @@ namespace {
 
 class UsbDeviceHandleTest : public ::testing::Test {
  public:
-  virtual void SetUp() {
+  void SetUp() override {
     if (!UsbTestGadget::IsTestEnabled()) {
       return;
     }
@@ -33,7 +33,7 @@ class UsbDeviceHandleTest : public ::testing::Test {
     ASSERT_TRUE(handle_.get());
   }
 
-  virtual void TearDown() {
+  void TearDown() override {
     if (handle_.get()) {
       handle_->Close();
     }