summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/WebRequest.h
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2010-08-29 15:50:43 +0100
committerKristian Monsen <kristianm@google.com>2010-08-31 18:05:44 +0100
commitbdcebcb37eb20e212451130aee402c1927ad0e14 (patch)
treea522038c56fee499345b061fb4eb6decdf3e253a /WebKit/android/WebCoreSupport/WebRequest.h
parentec079933211eb47479b2624cb6be72257d178c01 (diff)
downloadexternal_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/WebRequest.h')
-rw-r--r--WebKit/android/WebCoreSupport/WebRequest.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/WebKit/android/WebCoreSupport/WebRequest.h b/WebKit/android/WebCoreSupport/WebRequest.h
index 26cfcbb..c5a101b 100644
--- a/WebKit/android/WebCoreSupport/WebRequest.h
+++ b/WebKit/android/WebCoreSupport/WebRequest.h
@@ -26,11 +26,9 @@
#ifndef WebRequest_h
#define WebRequest_h
+#include "ChromiumIncludes.h"
#include "WebUrlLoaderClient.h"
-#include <net/base/io_buffer.h>
-#include <net/url_request/url_request.h>
-
class MessageLoop;
namespace android {