| Index: chrome/browser/chromeos/login/test/https_forwarder.h
|
| diff --git a/chrome/browser/chromeos/login/test/https_forwarder.h b/chrome/browser/chromeos/login/test/https_forwarder.h
|
| index eaad6fd4a8288005a40af90f685d653961e57c1e..ae7644305ccea8aaea189a681e8b9c5d309dcd66 100644
|
| --- a/chrome/browser/chromeos/login/test/https_forwarder.h
|
| +++ b/chrome/browser/chromeos/login/test/https_forwarder.h
|
| @@ -20,11 +20,11 @@ class HTTPSForwarder : public net::LocalTestServer {
|
| virtual ~HTTPSForwarder();
|
|
|
| // net::LocalTestServer:
|
| - virtual bool SetPythonPath() const OVERRIDE;
|
| + virtual bool SetPythonPath() const override;
|
| virtual bool GetTestServerPath(
|
| - base::FilePath* testserver_path) const OVERRIDE;
|
| + base::FilePath* testserver_path) const override;
|
| virtual bool GenerateAdditionalArguments(
|
| - base::DictionaryValue* arguments) const OVERRIDE;
|
| + base::DictionaryValue* arguments) const override;
|
|
|
| private:
|
| GURL forward_target_;
|
|
|