Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / safe_browsing / local_two_phase_testserver.h
index f12d639..1614521 100644 (file)
@@ -17,11 +17,10 @@ class LocalTwoPhaseTestServer : public net::LocalTestServer {
   // Initialize a two phase protocol test server.
   LocalTwoPhaseTestServer();
 
-  virtual ~LocalTwoPhaseTestServer();
+  ~LocalTwoPhaseTestServer() override;
 
   // Returns the path to two_phase_testserver.py.
-  virtual bool GetTestServerPath(
-      base::FilePath* testserver_path) const OVERRIDE;
+  bool GetTestServerPath(base::FilePath* testserver_path) const override;
 
  private:
   DISALLOW_COPY_AND_ASSIGN(LocalTwoPhaseTestServer);