| Index: chrome/test/nacl/pnacl_header_test.h
|
| diff --git a/chrome/test/nacl/pnacl_header_test.h b/chrome/test/nacl/pnacl_header_test.h
|
| index f81862cc65e2033f0897f83ab448228af4e4640e..1509b4a448e0555c6889db0ca1f735e19f907fc1 100644
|
| --- a/chrome/test/nacl/pnacl_header_test.h
|
| +++ b/chrome/test/nacl/pnacl_header_test.h
|
| @@ -49,7 +49,7 @@ class TestDispatcherHostDelegate : public ResourceDispatcherHostDelegate {
|
| class PnaclHeaderTest : public InProcessBrowserTest {
|
| public:
|
| PnaclHeaderTest();
|
| - virtual ~PnaclHeaderTest();
|
| + ~PnaclHeaderTest() override;
|
|
|
| // Run a simple test that checks that the NaCl plugin sends the right
|
| // headers when doing |expected_noncors| same origin pexe load requests
|
|
|