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

Unified Diff: Source/modules/navigatorcontentutils/NavigatorContentUtils.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/build/features.gypi ('k') | Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/build/features.gypi ('k') | Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698