From 584588ea7f0976c38e589917d1e4757f25c69dff Mon Sep 17 00:00:00 2001 From: Andras Becsi Date: Fri, 23 May 2014 18:24:10 +0200 Subject: Fix the build on Mac clang complains about unknown scoped_refptr Change-Id: Iee7590f9ad45cab55a5918bf1c756aa769fa3fd9 Reviewed-by: Jocelyn Turcotte --- src/core/content_browser_client_qt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core') 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" -- cgit v1.2.3