summaryrefslogtreecommitdiffstats
path: root/patches/0001-Export-ContentMainRunner.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0001-Export-ContentMainRunner.patch')
-rw-r--r--patches/0001-Export-ContentMainRunner.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/patches/0001-Export-ContentMainRunner.patch b/patches/0001-Export-ContentMainRunner.patch
deleted file mode 100644
index 7cd402485..000000000
--- a/patches/0001-Export-ContentMainRunner.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 0a3b4029af83089cb313b555a47c5c510dc94cc7 Mon Sep 17 00:00:00 2001
-From: Simon Hausmann <simon.hausmann@digia.com>
-Date: Mon, 29 Apr 2013 11:25:37 +0200
-Subject: Export ContentMainRunner
-
----
- content/public/app/content_main_runner.h | 3 ++-
- 3 files changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/content/public/app/content_main_runner.h b/content/public/app/content_main_runner.h
-index bed5ff2..992e0d0 100644
---- a/content/public/app/content_main_runner.h
-+++ b/content/public/app/content_main_runner.h
-@@ -8,6 +8,7 @@
- #include <string>
-
- #include "build/build_config.h"
-+#include "content/common/content_export.h"
-
- #if defined(OS_WIN)
- #include <windows.h>
-@@ -22,7 +23,7 @@ namespace content {
- class ContentMainDelegate;
-
- // This class is responsible for content initialization, running and shutdown.
--class ContentMainRunner {
-+class CONTENT_EXPORT ContentMainRunner {
- public:
- virtual ~ContentMainRunner() {}
-
---
-1.8.3
-