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

Unified Diff: chrome/browser/ui/app_list/test/fake_profile.h

Issue 857433003: Update {virtual,override,final} to follow C++11 style chrome/browser/ui. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix 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
« no previous file with comments | « no previous file | chrome/browser/ui/ash/accelerator_commands_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/test/fake_profile.h
diff --git a/chrome/browser/ui/app_list/test/fake_profile.h b/chrome/browser/ui/app_list/test/fake_profile.h
index 9bbffb5a0cb493bc30426ae018bcb75b8c04e9be..16ede3bf060a611150c203b66c50b881522c2c8b 100644
--- a/chrome/browser/ui/app_list/test/fake_profile.h
+++ b/chrome/browser/ui/app_list/test/fake_profile.h
@@ -82,10 +82,10 @@ class FakeProfile : public Profile {
void set_last_selected_directory(const base::FilePath& path) override;
#if defined(OS_CHROMEOS)
- virtual void ChangeAppLocale(
- const std::string& locale, AppLocaleChangedVia via) override;
- virtual void OnLogin() override;
- virtual void InitChromeOSPreferences() override;
+ void ChangeAppLocale(const std::string& locale,
+ AppLocaleChangedVia via) override;
+ void OnLogin() override;
+ void InitChromeOSPreferences() override;
#endif // defined(OS_CHROMEOS)
PrefProxyConfigTracker* GetProxyConfigTracker() override;
« no previous file with comments | « no previous file | chrome/browser/ui/ash/accelerator_commands_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698