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

Unified Diff: chrome/browser/profiles/off_the_record_profile_impl.cc

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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/profiles/off_the_record_profile_impl.cc
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
index 4df068db2e8ab59c96abf0b040accd2cc8430a1c..ad2fb05c13e3f23bf36f3ab89e6e849bce9269dd 100644
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
@@ -493,11 +493,11 @@ class GuestSessionProfile : public OffTheRecordProfileImpl {
: OffTheRecordProfileImpl(real_profile) {
}
- virtual ProfileType GetProfileType() const OVERRIDE {
+ virtual ProfileType GetProfileType() const override {
return GUEST_PROFILE;
}
- virtual void InitChromeOSPreferences() OVERRIDE {
+ virtual void InitChromeOSPreferences() override {
chromeos_preferences_.reset(new chromeos::Preferences());
chromeos_preferences_->Init(
this, user_manager::UserManager::Get()->GetActiveUser());
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_impl.h ('k') | chrome/browser/profiles/off_the_record_profile_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698