Index: Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h |
diff --git a/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h b/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h |
index 4edd3ca948144143c1cb0b9cc3160b565840b685..d0f183b0ffe55a386b2b5f5312bd493af1763fca 100644 |
--- a/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h |
+++ b/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h |
@@ -5,12 +5,15 @@ |
#ifndef InternalsNavigatorContentUtils_h |
#define InternalsNavigatorContentUtils_h |
+#include "wtf/Allocator.h" |
+ |
namespace blink { |
class Document; |
class Internals; |
class InternalsNavigatorContentUtils { |
+ STATIC_ONLY(InternalsNavigatorContentUtils); |
public: |
static void setNavigatorContentUtilsClientMock(Internals&, Document*); |
}; |