Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / net / test / net_test_suite.h
index c8479d7..e0f601e 100644 (file)
@@ -21,11 +21,11 @@ class NetworkChangeNotifier;
 class NetTestSuite : public base::TestSuite {
  public:
   NetTestSuite(int argc, char** argv);
-  virtual ~NetTestSuite();
+  ~NetTestSuite() override;
 
-  virtual void Initialize() OVERRIDE;
+  void Initialize() override;
 
-  virtual void Shutdown() OVERRIDE;
+  void Shutdown() override;
 
  protected:
   // This constructor is only accessible to specialized net test