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

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

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/ui/app_list/test/fake_profile_store.h
diff --git a/chrome/browser/ui/app_list/test/fake_profile_store.h b/chrome/browser/ui/app_list/test/fake_profile_store.h
index 68622dce3b1339dea11e22c1b94c9c32d75c039b..26698a9a5536d2eabc477cb5b88dd2e6a734a24e 100644
--- a/chrome/browser/ui/app_list/test/fake_profile_store.h
+++ b/chrome/browser/ui/app_list/test/fake_profile_store.h
@@ -20,13 +20,13 @@ class FakeProfileStore : public ProfileStore {
void RemoveProfile(Profile* profile);
// ProfileStore overrides.
- virtual void AddProfileObserver(ProfileInfoCacheObserver* observer) OVERRIDE;
+ virtual void AddProfileObserver(ProfileInfoCacheObserver* observer) override;
virtual void LoadProfileAsync(
const base::FilePath& path,
- base::Callback<void(Profile*)> callback) OVERRIDE;
- virtual Profile* GetProfileByPath(const base::FilePath& path) OVERRIDE;
- virtual base::FilePath GetUserDataDir() OVERRIDE;
- virtual bool IsProfileSupervised(const base::FilePath& path) OVERRIDE;
+ base::Callback<void(Profile*)> callback) override;
+ virtual Profile* GetProfileByPath(const base::FilePath& path) override;
+ virtual base::FilePath GetUserDataDir() override;
+ virtual bool IsProfileSupervised(const base::FilePath& path) override;
private:
base::FilePath user_data_dir_;
« no previous file with comments | « chrome/browser/ui/app_list/test/fake_profile.h ('k') | chrome/browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698