Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2032)

Unified Diff: Source/modules/navigatorcontentutils/NavigatorContentUtilsClient.h

Issue 110183002: Remove #if ENABLE(NAVIGATOR_CONTENT_UTILS) from blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased #2 Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/navigatorcontentutils/NavigatorContentUtils.idl ('k') | Source/web/ChromeClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/modules/navigatorcontentutils/NavigatorContentUtils.idl ('k') | Source/web/ChromeClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698