#include "chrome/browser/sync/test/integration/sync_service_impl_harness.h"
#include "chrome/browser/sync/test/integration/sync_test.h"
#include "components/policy/core/browser/browser_policy_connector.h"
#include "components/policy/core/common/mock_configuration_policy_provider.h"
#include "components/policy/core/common/policy_map.h"
#include "components/policy/core/common/policy_types.h"
#include "components/policy/policy_constants.h"
#include "components/sync/service/sync_service_impl.h"
#include "content/public/test/browser_test.h"
namespace {
PolicyMap;
NiceMock;
class SingleClientPasswordSharingPolicyTest : public SyncTest { … };
IN_PROC_BROWSER_TEST_F(SingleClientPasswordSharingPolicyTest,
ShouldDisablePasswordSharingDataTypes) { … }
}