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

Unified Diff: chrome/installer/util/chrome_browser_sxs_operations.h

Issue 627423002: Replacing the OVERRIDE with override in chrome/installer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch is rebased 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/installer/util/chrome_browser_sxs_operations.h
diff --git a/chrome/installer/util/chrome_browser_sxs_operations.h b/chrome/installer/util/chrome_browser_sxs_operations.h
index 6a189d1aa6281f6bb03e3715cabe04de8cb2c06e..f60a4850c21fafe81e6932f138a788a2cc0c275e 100644
--- a/chrome/installer/util/chrome_browser_sxs_operations.h
+++ b/chrome/installer/util/chrome_browser_sxs_operations.h
@@ -17,10 +17,10 @@ class ChromeBrowserSxSOperations : public ChromeBrowserOperations {
ChromeBrowserSxSOperations() {}
virtual void AppendProductFlags(const std::set<base::string16>& options,
- base::CommandLine* cmd_line) const OVERRIDE;
+ base::CommandLine* cmd_line) const override;
virtual void AppendRenameFlags(const std::set<base::string16>& options,
- base::CommandLine* cmd_line) const OVERRIDE;
+ base::CommandLine* cmd_line) const override;
private:
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserSxSOperations);
« no previous file with comments | « chrome/installer/util/chrome_browser_operations.h ('k') | chrome/installer/util/chrome_frame_distribution.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698