Index: gm/gm_expectations.h |
diff --git a/gm/gm_expectations.h b/gm/gm_expectations.h |
index 1cd6a1f756233893c5c6b04c17641cb8653a2987..89ba38579b177651ca2929e5f6f05e51f5256143 100644 |
--- a/gm/gm_expectations.h |
+++ b/gm/gm_expectations.h |
@@ -193,7 +193,7 @@ namespace skiagm { |
*/ |
explicit IndividualImageExpectationsSource(const char *rootDir) : fRootDir(rootDir) {} |
- Expectations get(const char *testName) const SK_OVERRIDE ; |
+ Expectations get(const char *testName) const override ; |
private: |
const SkString fRootDir; |
@@ -212,7 +212,7 @@ namespace skiagm { |
*/ |
explicit JsonExpectationsSource(const char *jsonPath); |
- Expectations get(const char *testName) const SK_OVERRIDE; |
+ Expectations get(const char *testName) const override; |
private: |