diff options
Diffstat (limited to 'WebKit')
| -rw-r--r-- | WebKit/android/WebCoreSupport/WebRequestContext.h | 5 | ||||
| -rw-r--r-- | WebKit/android/WebCoreSupport/WebUrlLoaderClient.h | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/WebKit/android/WebCoreSupport/WebRequestContext.h b/WebKit/android/WebCoreSupport/WebRequestContext.h index 5e6a84e..d93fd24 100644 --- a/WebKit/android/WebCoreSupport/WebRequestContext.h +++ b/WebKit/android/WebCoreSupport/WebRequestContext.h @@ -26,11 +26,8 @@ #ifndef WebRequestContext_h #define WebRequestContext_h -// libchromium_net is not available on the simulator for now // Cannot forward declare the chrome classes since this is // a subclass of a chrome class. -#if USE(CHROME_NETWORK_STACK) - #include "ChromiumIncludes.h" #include "PlatformString.h" @@ -60,6 +57,4 @@ private: } // namespace android -#endif // USE(CHROME_NETWORK_STACK) - #endif 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 |
