From bdcebcb37eb20e212451130aee402c1927ad0e14 Mon Sep 17 00:00:00 2001 From: Kristian Monsen Date: Sun, 29 Aug 2010 15:50:43 +0100 Subject: Move all external/chromiumn includes to one file There are several logging errors and warnings when including files from external/chromium and the . This commit moves all external/chromium includes to one place, and and LOG_ASSERT to what it is in Change-Id: If908262cf1b859247d7b8a5880807a2e9ec16980 --- WebKit/android/WebCoreSupport/WebUrlLoaderClient.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'WebKit/android/WebCoreSupport/WebUrlLoaderClient.h') diff --git a/WebKit/android/WebCoreSupport/WebUrlLoaderClient.h b/WebKit/android/WebCoreSupport/WebUrlLoaderClient.h index 1506e5e..1a8118c 100644 --- a/WebKit/android/WebCoreSupport/WebUrlLoaderClient.h +++ b/WebKit/android/WebCoreSupport/WebUrlLoaderClient.h @@ -26,12 +26,11 @@ #ifndef WebUrlLoaderClient_h #define WebUrlLoaderClient_h +#include "ChromiumIncludes.h" #include "RefCounted.h" #include "WebResponse.h" #include "WebUrlLoader.h" -#include -#include #include #include -- cgit v1.1