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

Unified Diff: chrome/browser/chromeos/drive/file_system_util_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/file_system_util_unittest.cc
diff --git a/chrome/browser/chromeos/drive/file_system_util_unittest.cc b/chrome/browser/chromeos/drive/file_system_util_unittest.cc
index ab83337024f87317b026efe91bf0205a4a6f98de..500ac524c5fd9f756602bed1b48f31baf6813372 100644
--- a/chrome/browser/chromeos/drive/file_system_util_unittest.cc
+++ b/chrome/browser/chromeos/drive/file_system_util_unittest.cc
@@ -39,9 +39,7 @@ class ProfileRelatedFileSystemUtilTest : public testing::Test {
: testing_profile_manager_(TestingBrowserProcess::GetGlobal()) {
}
- virtual void SetUp() override {
- ASSERT_TRUE(testing_profile_manager_.SetUp());
- }
+ void SetUp() override { ASSERT_TRUE(testing_profile_manager_.SetUp()); }
TestingProfileManager& testing_profile_manager() {
return testing_profile_manager_;
« no previous file with comments | « chrome/browser/chromeos/drive/file_system_unittest.cc ('k') | chrome/browser/chromeos/drive/file_task_executor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698