| Index: chrome/browser/policy/test/local_policy_test_server.h
|
| diff --git a/chrome/browser/policy/test/local_policy_test_server.h b/chrome/browser/policy/test/local_policy_test_server.h
|
| index dab529f87942318c1f170af31a1e5ac1ee81ebaa..8e2838a268e61fbfd15ca894f8906451674df943 100644
|
| --- a/chrome/browser/policy/test/local_policy_test_server.h
|
| +++ b/chrome/browser/policy/test/local_policy_test_server.h
|
| @@ -80,11 +80,11 @@ class LocalPolicyTestServer : public net::LocalTestServer {
|
| GURL GetServiceURL() const;
|
|
|
| // 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:
|
| std::string GetSelector(const std::string& type,
|
|
|