diff options
author | Kristian Monsen <kristianm@google.com> | 2010-08-29 15:50:43 +0100 |
---|---|---|
committer | Kristian Monsen <kristianm@google.com> | 2010-08-31 18:05:44 +0100 |
commit | bdcebcb37eb20e212451130aee402c1927ad0e14 (patch) | |
tree | a522038c56fee499345b061fb4eb6decdf3e253a /WebKit/android/WebCoreSupport/WebRequestContext.h | |
parent | ec079933211eb47479b2624cb6be72257d178c01 (diff) | |
download | external_webkit-bdcebcb37eb20e212451130aee402c1927ad0e14.zip external_webkit-bdcebcb37eb20e212451130aee402c1927ad0e14.tar.gz external_webkit-bdcebcb37eb20e212451130aee402c1927ad0e14.tar.bz2 |
Move all external/chromiumn includes to one file
There are several logging errors and warnings when including files from external/chromium
and the <cutils/log.h>. This commit moves all external/chromium includes to one place, and
and LOG_ASSERT to what it is in <cutils/log.h>
Change-Id: If908262cf1b859247d7b8a5880807a2e9ec16980
Diffstat (limited to 'WebKit/android/WebCoreSupport/WebRequestContext.h')
-rw-r--r-- | WebKit/android/WebCoreSupport/WebRequestContext.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/WebKit/android/WebCoreSupport/WebRequestContext.h b/WebKit/android/WebCoreSupport/WebRequestContext.h index a1f7973..e35d0ba 100644 --- a/WebKit/android/WebCoreSupport/WebRequestContext.h +++ b/WebKit/android/WebCoreSupport/WebRequestContext.h @@ -31,11 +31,9 @@ // a subclass of a chrome class. #if USE(CHROME_NETWORK_STACK) +#include "ChromiumIncludes.h" #include "PlatformString.h" -#include <net/http/http_cache.h> -#include <net/url_request/url_request_context.h> - namespace android { class WebRequestContext : public URLRequestContext { |