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

Unified Diff: chrome/test/base/testing_profile.h

Issue 869753002: Update {virtual,override,final} to follow C++11 style in chrome, round 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix format 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/test/base/testing_profile.h
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
index edb28debda7535d960bc880f40a6c27af1c53f8b..fc95195345f24edeb96e5134b5d4879a5dc14e6b 100644
--- a/chrome/test/base/testing_profile.h
+++ b/chrome/test/base/testing_profile.h
@@ -310,13 +310,9 @@ class TestingProfile : public Profile {
void SetExitType(ExitType exit_type) override {}
ExitType GetLastSessionExitType() override;
#if defined(OS_CHROMEOS)
- virtual void ChangeAppLocale(const std::string&,
- AppLocaleChangedVia) override {
- }
- virtual void OnLogin() override {
- }
- virtual void InitChromeOSPreferences() override {
- }
+ void ChangeAppLocale(const std::string&, AppLocaleChangedVia) override {}
+ void OnLogin() override {}
+ void InitChromeOSPreferences() override {}
#endif // defined(OS_CHROMEOS)
PrefProxyConfigTracker* GetProxyConfigTracker() override;
« no previous file with comments | « chrome/test/base/testing_browser_process_platform_part.h ('k') | chrome/test/base/view_event_test_platform_part_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698