| Index: Source/modules/navigatorcontentutils/NavigatorContentUtilsClient.h
|
| diff --git a/Source/modules/navigatorcontentutils/NavigatorContentUtilsClient.h b/Source/modules/navigatorcontentutils/NavigatorContentUtilsClient.h
|
| index c592978e0aec96b5a5e64ecb8633c1e39126a4d4..9d91db92e2b180503f0ac2b34ecece43009f501d 100644
|
| --- a/Source/modules/navigatorcontentutils/NavigatorContentUtilsClient.h
|
| +++ b/Source/modules/navigatorcontentutils/NavigatorContentUtilsClient.h
|
| @@ -26,8 +26,6 @@
|
| #ifndef NavigatorContentUtilsClient_h
|
| #define NavigatorContentUtilsClient_h
|
|
|
| -#if ENABLE(NAVIGATOR_CONTENT_UTILS)
|
| -
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
| @@ -55,5 +53,4 @@ void provideNavigatorContentUtilsTo(Page*, NavigatorContentUtilsClient*);
|
|
|
| }
|
|
|
| -#endif // ENABLE(NAVIGATOR_CONTENT_UTILS)
|
| #endif // NavigatorContentUtilsClient_h
|
|
|