diff options
author | Kristian Monsen <kristianm@google.com> | 2010-09-23 15:31:45 +0100 |
---|---|---|
committer | Kristian Monsen <kristianm@google.com> | 2010-09-23 16:38:22 +0100 |
commit | 45ca37e14f3f68f52a77e0d06514716809ed89ab (patch) | |
tree | 6fb388c4c0a6c4785c3f566687690fc64d33d640 /WebKit/android/WebCoreSupport/WebUrlLoaderClient.h | |
parent | 32eb9c0c90a8800cdb31fe31b75ee08817545a23 (diff) | |
download | external_webkit-45ca37e14f3f68f52a77e0d06514716809ed89ab.zip external_webkit-45ca37e14f3f68f52a77e0d06514716809ed89ab.tar.gz external_webkit-45ca37e14f3f68f52a77e0d06514716809ed89ab.tar.bz2 |
Remove #if USE(CHROME_NETWORK_STACK) guards from headers
Change-Id: Ib3c3037ab3f62d0c9c49f53850be5ff5c4f2a525
Diffstat (limited to 'WebKit/android/WebCoreSupport/WebUrlLoaderClient.h')
-rw-r--r-- | WebKit/android/WebCoreSupport/WebUrlLoaderClient.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/WebKit/android/WebCoreSupport/WebUrlLoaderClient.h b/WebKit/android/WebCoreSupport/WebUrlLoaderClient.h index 23086cd..b568c91 100644 --- a/WebKit/android/WebCoreSupport/WebUrlLoaderClient.h +++ b/WebKit/android/WebCoreSupport/WebUrlLoaderClient.h @@ -26,8 +26,6 @@ #ifndef WebUrlLoaderClient_h #define WebUrlLoaderClient_h -#if USE(CHROME_NETWORK_STACK) - #include "ChromiumIncludes.h" #include "RefCounted.h" #include "WebResponse.h" @@ -156,6 +154,4 @@ struct LoaderData { } // namespace android -#endif // USE(CHROME_NETWORK_STACK) - #endif |