#include "components/performance_manager/decorators/decorators_utils.h"
#include <utility>
#include "base/test/bind.h"
#include "components/performance_manager/public/graph/node_attached_data.h"
#include "components/performance_manager/test_support/performance_manager_test_harness.h"
#include "content/public/browser/web_contents.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace performance_manager {
namespace {
class FakePageNodeDecoratorData
: public ExternalNodeAttachedDataImpl<FakePageNodeDecoratorData> { … };
class DecoratorsUtilsTest : public PerformanceManagerTestHarness { … };
}
TEST_F(DecoratorsUtilsTest, SetPropertyForWebContentsPageNode) { … }
}