summaryrefslogtreecommitdiffstats
path: root/src/core/content_main_delegate_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/content_main_delegate_qt.h')
-rw-r--r--src/core/content_main_delegate_qt.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/core/content_main_delegate_qt.h b/src/core/content_main_delegate_qt.h
index 3cb3b3bb3..407687c81 100644
--- a/src/core/content_main_delegate_qt.h
+++ b/src/core/content_main_delegate_qt.h
@@ -42,8 +42,6 @@
#include "content/public/app/content_main_delegate.h"
-#include <QtCore/qcompilerdetection.h>
-
#include "content_browser_client_qt.h"
namespace QtWebEngineCore {
@@ -54,12 +52,12 @@ public:
// This is where the embedder puts all of its startup code that needs to run
// before the sandbox is engaged.
- void PreSandboxStartup() Q_DECL_OVERRIDE;
+ void PreSandboxStartup() override;
- content::ContentBrowserClient* CreateContentBrowserClient() Q_DECL_OVERRIDE;
- content::ContentRendererClient* CreateContentRendererClient() Q_DECL_OVERRIDE;
+ content::ContentBrowserClient* CreateContentBrowserClient() override;
+ content::ContentRendererClient* CreateContentRendererClient() override;
- bool BasicStartupComplete(int* /*exit_code*/) Q_DECL_OVERRIDE;
+ bool BasicStartupComplete(int* /*exit_code*/) override;
private:
std::unique_ptr<ContentBrowserClientQt> m_browserClient;