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

Unified Diff: sql/test/sql_test_suite.h

Issue 639753004: Replace OVERRIDE with its C++11 counterparts in src/sql (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/test/sql_test_suite.h
diff --git a/sql/test/sql_test_suite.h b/sql/test/sql_test_suite.h
index 3c15373779efeafe956f461f00d13730a4aaaec8..a9663fcc44a421a7e05ae373ad0fc19f18ce6cc7 100644
--- a/sql/test/sql_test_suite.h
+++ b/sql/test/sql_test_suite.h
@@ -17,8 +17,8 @@ class SQLTestSuite : public base::TestSuite {
protected:
// Overridden from base::TestSuite:
- virtual void Initialize() OVERRIDE;
- virtual void Shutdown() OVERRIDE;
+ virtual void Initialize() override;
+ virtual void Shutdown() override;
private:
DISALLOW_COPY_AND_ASSIGN(SQLTestSuite);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698