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

Unified Diff: chrome/browser/chromeos/drive/drive_integration_service_unittest.cc

Issue 817063006: Update {virtual,override,final} to follow C++11 style in chrome/browser/chromeos/drive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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/drive/drive_integration_service_unittest.cc
diff --git a/chrome/browser/chromeos/drive/drive_integration_service_unittest.cc b/chrome/browser/chromeos/drive/drive_integration_service_unittest.cc
index d29d096a9e72b253b484a7ab9957db445bac5e61..74d2aa2656e86d122cc704015be13b0e3528ef9f 100644
--- a/chrome/browser/chromeos/drive/drive_integration_service_unittest.cc
+++ b/chrome/browser/chromeos/drive/drive_integration_service_unittest.cc
@@ -24,9 +24,7 @@ class DriveIntegrationServiceTest : public testing::Test {
DriveIntegrationServiceTest()
: profile_manager_(TestingBrowserProcess::GetGlobal()) {}
- virtual void SetUp() override {
- ASSERT_TRUE(profile_manager_.SetUp());
- }
+ void SetUp() override { ASSERT_TRUE(profile_manager_.SetUp()); }
protected:
content::TestBrowserThreadBundle thread_bundle_;

Powered by Google App Engine
This is Rietveld 408576698