Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: ios/public/test/test_chrome_browser_provider.h

Issue 840813009: Enable strict-virtual-specifiers for iOS builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ios/public/test/test_chrome_browser_provider.h
diff --git a/ios/public/test/test_chrome_browser_provider.h b/ios/public/test/test_chrome_browser_provider.h
index c5a83befe831bf54ce8311247c69753ce59dc427..698fa65fccae82fdb2d13fb245e2a93d26a1c89c 100644
--- a/ios/public/test/test_chrome_browser_provider.h
+++ b/ios/public/test/test_chrome_browser_provider.h
@@ -16,7 +16,7 @@ class FakeStringProvider;
class TestChromeBrowserProvider : public ChromeBrowserProvider {
public:
TestChromeBrowserProvider();
- virtual ~TestChromeBrowserProvider();
+ ~TestChromeBrowserProvider() override;
// Returns the current provider as a |TestChromeBrowserProvider|.
static TestChromeBrowserProvider* GetTestProvider();
« no previous file with comments | « ios/public/test/fake_profile_oauth2_token_service_ios_provider.h ('k') | ios/web/navigation/navigation_item_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698