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

Unified Diff: components/sessions/ios/ios_serialized_navigation_driver.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: components/sessions/ios/ios_serialized_navigation_driver.h
diff --git a/components/sessions/ios/ios_serialized_navigation_driver.h b/components/sessions/ios/ios_serialized_navigation_driver.h
index d5b7f8874204a951b44ef46f6f002f2571f93207..028379db1613228c8d11a2d9ae5979f0f2f069b3 100644
--- a/components/sessions/ios/ios_serialized_navigation_driver.h
+++ b/components/sessions/ios/ios_serialized_navigation_driver.h
@@ -16,7 +16,7 @@ namespace sessions {
class IOSSerializedNavigationDriver
: public SerializedNavigationDriver {
public:
- virtual ~IOSSerializedNavigationDriver();
+ ~IOSSerializedNavigationDriver() override;
// Returns the singleton IOSSerializedNavigationDriver. Almost all
// callers should use SerializedNavigationDriver::Get() instead.
« no previous file with comments | « components/policy/core/common/policy_loader_ios_unittest.mm ('k') | components/signin/core/browser/test_signin_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698