| Index: components/policy/core/common/cloud/mock_cloud_policy_client.h
|
| diff --git a/components/policy/core/common/cloud/mock_cloud_policy_client.h b/components/policy/core/common/cloud/mock_cloud_policy_client.h
|
| index c9e2ee24dfff4e8e929ef46ef85e0fd3e9b006ec..6408a6efe944cb0d9b622ea4bf0ddae02bf6d62f 100644
|
| --- a/components/policy/core/common/cloud/mock_cloud_policy_client.h
|
| +++ b/components/policy/core/common/cloud/mock_cloud_policy_client.h
|
| @@ -5,9 +5,11 @@
|
| #ifndef COMPONENTS_POLICY_CORE_COMMON_CLOUD_MOCK_CLOUD_POLICY_CLIENT_H_
|
| #define COMPONENTS_POLICY_CORE_COMMON_CLOUD_MOCK_CLOUD_POLICY_CLIENT_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "components/policy/core/common/cloud/cloud_policy_client.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
|
|