| Index: Source/modules/navigatorcontentutils/NavigatorContentUtils.h
|
| diff --git a/Source/modules/navigatorcontentutils/NavigatorContentUtils.h b/Source/modules/navigatorcontentutils/NavigatorContentUtils.h
|
| index aa623077c2c178d2a4aaa19a35cc18c3b308d728..6ab6874ad040af90382a8bad200c147665ce2a4b 100644
|
| --- a/Source/modules/navigatorcontentutils/NavigatorContentUtils.h
|
| +++ b/Source/modules/navigatorcontentutils/NavigatorContentUtils.h
|
| @@ -27,8 +27,6 @@
|
| #ifndef NavigatorContentUtils_h
|
| #define NavigatorContentUtils_h
|
|
|
| -#if ENABLE(NAVIGATOR_CONTENT_UTILS)
|
| -
|
| #include "modules/navigatorcontentutils/NavigatorContentUtilsClient.h"
|
| #include "platform/RefCountedSupplement.h"
|
| #include "wtf/PassRefPtr.h"
|
| @@ -68,6 +66,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(NAVIGATOR_CONTENT_UTILS)
|
| -
|
| #endif // NavigatorContentUtils_h
|
|
|