Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / policy / test / local_policy_test_server.h
index dab529f..a8e04aa 100644 (file)
@@ -36,7 +36,7 @@ class LocalPolicyTestServer : public net::LocalTestServer {
   // chrome/test/data/policy/policy_|test_name|.json.
   explicit LocalPolicyTestServer(const std::string& test_name);
 
-  virtual ~LocalPolicyTestServer();
+  ~LocalPolicyTestServer() override;
 
   // Sets the policy signing key and verification signature used by the server.
   // This must be called before starting the server, and only works when the
@@ -80,11 +80,10 @@ class LocalPolicyTestServer : public net::LocalTestServer {
   GURL GetServiceURL() const;
 
   // net::LocalTestServer:
-  virtual bool SetPythonPath() const OVERRIDE;
-  virtual bool GetTestServerPath(
-      base::FilePath* testserver_path) const OVERRIDE;
-  virtual bool GenerateAdditionalArguments(
-      base::DictionaryValue* arguments) const OVERRIDE;
+  bool SetPythonPath() const override;
+  bool GetTestServerPath(base::FilePath* testserver_path) const override;
+  bool GenerateAdditionalArguments(
+      base::DictionaryValue* arguments) const override;
 
  private:
   std::string GetSelector(const std::string& type,