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

Unified Diff: chrome/browser/chromeos/app_mode/kiosk_external_update_validator.h

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/app_mode/kiosk_external_update_validator.h
diff --git a/chrome/browser/chromeos/app_mode/kiosk_external_update_validator.h b/chrome/browser/chromeos/app_mode/kiosk_external_update_validator.h
index b3742e29fe6002196b96141ba01771e4062e4597..3d58a9d4e40a71e5c3aebf231530b0b4c4abc995 100644
--- a/chrome/browser/chromeos/app_mode/kiosk_external_update_validator.h
+++ b/chrome/browser/chromeos/app_mode/kiosk_external_update_validator.h
@@ -51,12 +51,12 @@ class KioskExternalUpdateValidator
virtual ~KioskExternalUpdateValidator();
// SandboxedUnpackerClient overrides.
- virtual void OnUnpackFailure(const base::string16& error_message) OVERRIDE;
+ virtual void OnUnpackFailure(const base::string16& error_message) override;
virtual void OnUnpackSuccess(const base::FilePath& temp_dir,
const base::FilePath& extension_dir,
const base::DictionaryValue* original_manifest,
const extensions::Extension* extension,
- const SkBitmap& install_icon) OVERRIDE;
+ const SkBitmap& install_icon) override;
// Task runner for executing file I/O tasks.
const scoped_refptr<base::SequencedTaskRunner> backend_task_runner_;
« no previous file with comments | « chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc ('k') | chrome/browser/chromeos/app_mode/kiosk_external_updater.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698