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

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

Issue 1109043003: Apply automated fixits for Chrome clang plugin to chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/html_dialog.h
diff --git a/chrome/installer/util/html_dialog.h b/chrome/installer/util/html_dialog.h
index c6d6a5857cd9ea1a3111267268578290acfdd026..d885c23e3c96c49230131a2977c0b04fabb32664 100644
--- a/chrome/installer/util/html_dialog.h
+++ b/chrome/installer/util/html_dialog.h
@@ -88,8 +88,8 @@ class EulaHTMLDialog {
private:
class Customizer : public HTMLDialog::CustomizationCallback {
public:
- virtual void OnBeforeCreation(wchar_t** extra);
- virtual void OnBeforeDisplay(void* window);
+ void OnBeforeCreation(wchar_t** extra) override;
+ void OnBeforeDisplay(void* window) override;
};
HTMLDialog* dialog_;
« no previous file with comments | « chrome/installer/util/google_chrome_binaries_distribution.h ('k') | chrome/installer/util/html_dialog_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698