Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / media / wv_test_license_server_config.h
index 4acfd69..f7901bd 100644 (file)
 class WVTestLicenseServerConfig : public TestLicenseServerConfig {
  public:
   WVTestLicenseServerConfig();
-  virtual ~WVTestLicenseServerConfig();
+  ~WVTestLicenseServerConfig() override;
 
-  virtual std::string GetServerURL() OVERRIDE;
+  std::string GetServerURL() override;
 
-  virtual bool GetServerCommandLine(base::CommandLine* command_line) OVERRIDE;
+  bool GetServerCommandLine(base::CommandLine* command_line) override;
 
-  virtual bool IsPlatformSupported() OVERRIDE;
+  bool IsPlatformSupported() override;
 
  private:
   // Server port. The port value should be set by calling SelectServerPort().