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

Unified Diff: public/platform/WebLocalCredential.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 | « public/platform/WebFederatedCredential.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebLocalCredential.h
diff --git a/public/platform/WebLocalCredential.h b/public/platform/WebLocalCredential.h
index 342ff2b29f757e336c93db815f643137d3ebd5cf..9822dd39f623b0dc797975dc3d53662aefca574a 100644
--- a/public/platform/WebLocalCredential.h
+++ b/public/platform/WebLocalCredential.h
@@ -18,7 +18,7 @@ public:
BLINK_PLATFORM_EXPORT void assign(const WebLocalCredential&);
- BLINK_PLATFORM_EXPORT virtual bool isLocalCredential() const OVERRIDE { return true; }
+ BLINK_PLATFORM_EXPORT virtual bool isLocalCredential() const override { return true; }
BLINK_PLATFORM_EXPORT WebString password() const;
};
« no previous file with comments | « public/platform/WebFederatedCredential.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698