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

Unified Diff: mojo/common/test/test_support_impl.h

Issue 619493002: Mojo: Convert OVERRIDE -> override in various subdirectories of mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: mojo/common/test/test_support_impl.h
diff --git a/mojo/common/test/test_support_impl.h b/mojo/common/test/test_support_impl.h
index c752b579ba9bf7723e4e34883ee8a5c154df739b..9f69bfe49b407fa7b12f293da7b65e3ac3deec73 100644
--- a/mojo/common/test/test_support_impl.h
+++ b/mojo/common/test/test_support_impl.h
@@ -18,10 +18,10 @@ class TestSupportImpl : public TestSupport {
virtual void LogPerfResult(const char* test_name,
double value,
- const char* units) OVERRIDE;
- virtual FILE* OpenSourceRootRelativeFile(const char* relative_path) OVERRIDE;
+ const char* units) override;
+ virtual FILE* OpenSourceRootRelativeFile(const char* relative_path) override;
virtual char** EnumerateSourceRootRelativeDirectory(const char* relative_path)
- OVERRIDE;
+ override;
private:
DISALLOW_COPY_AND_ASSIGN(TestSupportImpl);

Powered by Google App Engine
This is Rietveld 408576698