| Index: chrome/test/base/testing_browser_process_platform_part.h
|
| diff --git a/chrome/test/base/testing_browser_process_platform_part.h b/chrome/test/base/testing_browser_process_platform_part.h
|
| index dd9ecb65789b11ce447a67e858cb47797d916c4a..d53b4425afe263cb4735e0d7d8c63a0b2f2870bd 100644
|
| --- a/chrome/test/base/testing_browser_process_platform_part.h
|
| +++ b/chrome/test/base/testing_browser_process_platform_part.h
|
| @@ -13,7 +13,7 @@
|
| class TestingBrowserProcessPlatformPart : public BrowserProcessPlatformPart {
|
| public:
|
| TestingBrowserProcessPlatformPart();
|
| - virtual ~TestingBrowserProcessPlatformPart();
|
| + ~TestingBrowserProcessPlatformPart() override;
|
|
|
| #if defined(OS_CHROMEOS)
|
| // Overridden from BrowserProcessPlatformPart:
|
|
|