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

Unified Diff: content/browser/dom_storage/session_storage_database_unittest.cc

Issue 633843002: Replacing the OVERRIDE with override and FINAL with final in content/browser/[dom_storage|gamepad|… (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
Index: content/browser/dom_storage/session_storage_database_unittest.cc
diff --git a/content/browser/dom_storage/session_storage_database_unittest.cc b/content/browser/dom_storage/session_storage_database_unittest.cc
index 509b2bee8628a6c06e42426e588efc1d9a46397b..28e4ed5abb0b1c92fc14817fed2baa21eb41e3c6 100644
--- a/content/browser/dom_storage/session_storage_database_unittest.cc
+++ b/content/browser/dom_storage/session_storage_database_unittest.cc
@@ -27,7 +27,7 @@ class SessionStorageDatabaseTest : public testing::Test {
public:
SessionStorageDatabaseTest();
virtual ~SessionStorageDatabaseTest();
- virtual void SetUp() OVERRIDE;
+ virtual void SetUp() override;
protected:
typedef std::map<std::string, std::string> DataMap;

Powered by Google App Engine
This is Rietveld 408576698