Index: extensions/common/features/complex_feature.h |
diff --git a/extensions/common/features/complex_feature.h b/extensions/common/features/complex_feature.h |
index 44668c077deae449606bb30ca887b0240043748c..7b63ae6f957b08809537c9ac8891ddc51dc9db66 100644 |
--- a/extensions/common/features/complex_feature.h |
+++ b/extensions/common/features/complex_feature.h |
@@ -10,6 +10,7 @@ |
#include <string> |
#include <vector> |
+#include "base/gtest_prod_util.h" |
#include "base/macros.h" |
#include "extensions/common/extension.h" |
#include "extensions/common/features/feature.h" |
@@ -47,6 +48,8 @@ class ComplexFeature : public Feature { |
bool IsInternal() const override; |
private: |
+ FRIEND_TEST_ALL_PREFIXES(FeaturesGenerationTest, FeaturesTest); |
+ |
FeatureList features_; |
DISALLOW_COPY_AND_ASSIGN(ComplexFeature); |