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

Unified Diff: chrome/browser/chromeos/customization_document_unittest.cc

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h 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: chrome/browser/chromeos/customization_document_unittest.cc
diff --git a/chrome/browser/chromeos/customization_document_unittest.cc b/chrome/browser/chromeos/customization_document_unittest.cc
index 2590fbea488e8b903690bdeea6c4774e74b29be1..c4158dc762bcb32dcbdb7b115458534ab9df7b16 100644
--- a/chrome/browser/chromeos/customization_document_unittest.cc
+++ b/chrome/browser/chromeos/customization_document_unittest.cc
@@ -218,7 +218,7 @@ class ServicesCustomizationDocumentTest : public testing::Test {
}
// testing::Test:
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
ServicesCustomizationDocument::InitializeForTesting();
EXPECT_CALL(mock_statistics_provider_, GetMachineStatistic(_, NotNull()))
@@ -250,7 +250,7 @@ class ServicesCustomizationDocumentTest : public testing::Test {
ServicesCustomizationDocument::RegisterPrefs(local_state_.registry());
}
- virtual void TearDown() OVERRIDE {
+ virtual void TearDown() override {
TestingBrowserProcess::GetGlobal()->SetLocalState(NULL);
NetworkHandler::Shutdown();
DBusThreadManager::Shutdown();
« no previous file with comments | « chrome/browser/chromeos/customization_document.cc ('k') | chrome/browser/chromeos/customization_wallpaper_downloader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698