Index: components/policy/core/common/cloud/device_management_service.h |
diff --git a/components/policy/core/common/cloud/device_management_service.h b/components/policy/core/common/cloud/device_management_service.h |
index ff7565964302415c2d7073f74d65031df3d31915..460922132219ada8e13d53a7a6417be3476224c8 100644 |
--- a/components/policy/core/common/cloud/device_management_service.h |
+++ b/components/policy/core/common/cloud/device_management_service.h |
@@ -15,11 +15,13 @@ |
#include "base/compiler_specific.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/weak_ptr.h" |
+#include "base/strings/string_split.h" |
#include "components/policy/core/common/cloud/cloud_policy_constants.h" |
#include "components/policy/policy_export.h" |
#include "net/url_request/url_fetcher_delegate.h" |
#include "policy/proto/device_management_backend.pb.h" |
+ |
namespace net { |
class URLRequestContextGetter; |
} |
@@ -73,7 +75,7 @@ class POLICY_EXPORT DeviceManagementRequestJob { |
void Start(const Callback& callback); |
protected: |
- typedef std::vector<std::pair<std::string, std::string> > ParameterMap; |
+ typedef base::StringPairs ParameterMap; |
DeviceManagementRequestJob(JobType type, |
const std::string& agent_parameter, |