summaryrefslogtreecommitdiffstats
path: root/src/core/browser_accessibility_qt.h
diff options
context:
space:
mode:
authorStephan Binner <stephan.binner@basyskom.com>2015-03-03 16:45:37 +0100
committerStephan Binner <stephan.binner@basyskom.com>2015-03-04 06:43:36 +0000
commit93defd83fd7d0c1fd647601ac99b426712f829bb (patch)
tree85ab0309a954fdb1bce32d66526c3d2daca5cc7d /src/core/browser_accessibility_qt.h
parentc312549ec671419fbfcbb9f0b4a950d2ad4d73bc (diff)
Fix building Qt WebEngine without accessiblity enabled
Change-Id: Idb9a384da3aaa118a9b0fb773ca5ba94b96f6bbc Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'src/core/browser_accessibility_qt.h')
-rw-r--r--src/core/browser_accessibility_qt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/browser_accessibility_qt.h b/src/core/browser_accessibility_qt.h
index 1311c1bf0..7d58f515e 100644
--- a/src/core/browser_accessibility_qt.h
+++ b/src/core/browser_accessibility_qt.h
@@ -36,9 +36,9 @@
#ifndef BROWSER_ACCESSIBILITY_QT_H
#define BROWSER_ACCESSIBILITY_QT_H
-#ifndef QT_NO_ACCESSIBILITY
#include <QtGui/qaccessible.h>
+#ifndef QT_NO_ACCESSIBILITY
#include "content/browser/accessibility/browser_accessibility.h"
namespace content {