summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/WebUrlLoaderClient.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/WebUrlLoaderClient.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/WebUrlLoaderClient.h')
-rw-r--r--WebKit/android/WebCoreSupport/WebUrlLoaderClient.h3
1 files changed, 1 insertions, 2 deletions
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 <base/ref_counted.h>
-#include <base/tuple.h>
#include <string>
#include <deque>