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

Unified Diff: chrome/browser/apps/drive/drive_app_provider_browsertest.cc

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs 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
« no previous file with comments | « chrome/browser/apps/drive/drive_app_provider.h ('k') | chrome/browser/apps/drive/drive_service_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/apps/drive/drive_app_provider_browsertest.cc
diff --git a/chrome/browser/apps/drive/drive_app_provider_browsertest.cc b/chrome/browser/apps/drive/drive_app_provider_browsertest.cc
index 97e173bcb1adb6ada424c7fbf198ec48abae17e7..2647b1c774b87d4b249c4eca95963e7170581bad 100644
--- a/chrome/browser/apps/drive/drive_app_provider_browsertest.cc
+++ b/chrome/browser/apps/drive/drive_app_provider_browsertest.cc
@@ -46,7 +46,7 @@ class TestDriveServiceBridge : public DriveServiceBridge {
: registry_(registry) {}
virtual ~TestDriveServiceBridge() {}
- virtual drive::DriveAppRegistry* GetAppRegistry() OVERRIDE {
+ virtual drive::DriveAppRegistry* GetAppRegistry() override {
return registry_;
}
@@ -65,7 +65,7 @@ class DriveAppProviderTest : public ExtensionBrowserTest,
virtual ~DriveAppProviderTest() {}
// ExtensionBrowserTest:
- virtual void SetUpOnMainThread() OVERRIDE {
+ virtual void SetUpOnMainThread() override {
ExtensionBrowserTest::SetUpOnMainThread();
fake_drive_service_.reset(new drive::FakeDriveService);
@@ -84,7 +84,7 @@ class DriveAppProviderTest : public ExtensionBrowserTest,
->ResetDriveAppProviderForTest();
}
- virtual void TearDownOnMainThread() OVERRIDE {
+ virtual void TearDownOnMainThread() override {
provider_.reset();
apps_registry_.reset();
fake_drive_service_.reset();
@@ -170,7 +170,7 @@ class DriveAppProviderTest : public ExtensionBrowserTest,
// extensions::InstallObserver
virtual void OnFinishCrxInstall(const std::string& extension_id,
- bool success) OVERRIDE {
+ bool success) override {
runner_->Quit();
}
« no previous file with comments | « chrome/browser/apps/drive/drive_app_provider.h ('k') | chrome/browser/apps/drive/drive_service_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698