| Index: chrome/browser/component_updater/subresource_filter_component_installer.h
|
| diff --git a/chrome/browser/component_updater/subresource_filter_component_installer.h b/chrome/browser/component_updater/subresource_filter_component_installer.h
|
| index 5b293455641ef3345532461e0e1822e6b9de77b9..a20506b8bef2a01eb04fc05eacde4ad83e712a4e 100644
|
| --- a/chrome/browser/component_updater/subresource_filter_component_installer.h
|
| +++ b/chrome/browser/component_updater/subresource_filter_component_installer.h
|
| @@ -9,6 +9,7 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "base/gtest_prod_util.h"
|
| #include "components/component_updater/default_component_installer.h"
|
|
|
| namespace base {
|
| @@ -31,6 +32,8 @@ class SubresourceFilterComponentInstallerTraits
|
|
|
| private:
|
| friend class SubresourceFilterComponentInstallerTest;
|
| + FRIEND_TEST_ALL_PREFIXES(SubresourceFilterComponentInstallerTest,
|
| + InstallerTag);
|
|
|
| static std::string GetInstallerTag();
|
|
|
|
|