summaryrefslogtreecommitdiffstats
path: root/src/core/content_browser_client_qt.h
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2014-05-23 18:24:10 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-06-04 14:25:22 +0200
commit584588ea7f0976c38e589917d1e4757f25c69dff (patch)
tree8d3164a73c55d3876aa0334995a2f4d0ae658ccf /src/core/content_browser_client_qt.h
parent40a5ab6f81f86d0e7d0a5a05b54ad094b3c55f1a (diff)
Fix the build on Mac
clang complains about unknown scoped_refptr Change-Id: Iee7590f9ad45cab55a5918bf1c756aa769fa3fd9 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'src/core/content_browser_client_qt.h')
-rw-r--r--src/core/content_browser_client_qt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/content_browser_client_qt.h b/src/core/content_browser_client_qt.h
index f511eb934..64e14343b 100644
--- a/src/core/content_browser_client_qt.h
+++ b/src/core/content_browser_client_qt.h
@@ -42,6 +42,7 @@
#ifndef CONTENT_BROWSER_CLIENT_QT_H
#define CONTENT_BROWSER_CLIENT_QT_H
+#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "content/public/browser/content_browser_client.h"