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

Unified Diff: chrome/browser/chromeos/drive/fake_file_system_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/fake_file_system_unittest.cc
diff --git a/chrome/browser/chromeos/drive/fake_file_system_unittest.cc b/chrome/browser/chromeos/drive/fake_file_system_unittest.cc
index 5e5a1ef853f6fbb4eb30eb6f6c78574e2fceca6d..e7f67b0813dd700b984f9b15e3fd27a61225e22a 100644
--- a/chrome/browser/chromeos/drive/fake_file_system_unittest.cc
+++ b/chrome/browser/chromeos/drive/fake_file_system_unittest.cc
@@ -18,7 +18,7 @@ namespace test_util {
class FakeFileSystemTest : public ::testing::Test {
protected:
- virtual void SetUp() override {
+ void SetUp() override {
// Initialize FakeDriveService.
fake_drive_service_.reset(new FakeDriveService);
ASSERT_TRUE(SetUpTestEntries(fake_drive_service_.get()));
« no previous file with comments | « chrome/browser/chromeos/drive/fake_file_system.h ('k') | chrome/browser/chromeos/drive/fake_free_disk_space_getter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698