summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_browser_main_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chrome_browser_main_mac.h')
-rw-r--r--chrome/browser/chrome_browser_main_mac.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome/browser/chrome_browser_main_mac.h b/chrome/browser/chrome_browser_main_mac.h
index 7cbfc73..d7285f6 100644
--- a/chrome/browser/chrome_browser_main_mac.h
+++ b/chrome/browser/chrome_browser_main_mac.h
@@ -11,14 +11,14 @@ class ChromeBrowserMainPartsMac : public ChromeBrowserMainPartsPosix {
public:
explicit ChromeBrowserMainPartsMac(
const content::MainFunctionParams& parameters);
- virtual ~ChromeBrowserMainPartsMac();
+ ~ChromeBrowserMainPartsMac() override;
// BrowserParts overrides.
- virtual void PreEarlyInitialization() override;
- virtual void PreMainMessageLoopStart() override;
- virtual void PostMainMessageLoopStart() override;
- virtual void PreProfileInit() override;
- virtual void PostProfileInit() override;
+ void PreEarlyInitialization() override;
+ void PreMainMessageLoopStart() override;
+ void PostMainMessageLoopStart() override;
+ void PreProfileInit() override;
+ void PostProfileInit() override;
// Perform platform-specific work that needs to be done after the main event
// loop has ended. The embedder must be sure to call this.