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

Unified Diff: public/platform/WebFederatedCredential.h

Issue 633033002: Replace OVERRIDE with override in WebKit/public (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 2 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
« no previous file with comments | « no previous file | public/platform/WebLocalCredential.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebFederatedCredential.h
diff --git a/public/platform/WebFederatedCredential.h b/public/platform/WebFederatedCredential.h
index e6eb37cac5f53de6bab22ba9983cc8b0341baac4..69dafdd85090cfe7df651d5e65db56e87db66b1d 100644
--- a/public/platform/WebFederatedCredential.h
+++ b/public/platform/WebFederatedCredential.h
@@ -18,7 +18,7 @@ public:
BLINK_PLATFORM_EXPORT void assign(const WebFederatedCredential&);
- BLINK_PLATFORM_EXPORT virtual bool isFederatedCredential() const OVERRIDE { return true; }
+ BLINK_PLATFORM_EXPORT virtual bool isFederatedCredential() const override { return true; }
BLINK_PLATFORM_EXPORT WebURL federation() const;
};
« no previous file with comments | « no previous file | public/platform/WebLocalCredential.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698