Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: chrome/browser/chromeos/arc/policy/arc_policy_bridge.h

Issue 2495913002: arc: Convert more Mojo types to STL (Closed)
Patch Set: Rebased to ToT Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/policy/arc_policy_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/arc/policy/arc_policy_bridge.h
diff --git a/chrome/browser/chromeos/arc/policy/arc_policy_bridge.h b/chrome/browser/chromeos/arc/policy/arc_policy_bridge.h
index a2f99f94d26f3464da4296b3e97025175a747e09..c5c425766a3c019c3a7f5d2f15fe8724fe812508 100644
--- a/chrome/browser/chromeos/arc/policy/arc_policy_bridge.h
+++ b/chrome/browser/chromeos/arc/policy/arc_policy_bridge.h
@@ -5,6 +5,8 @@
#ifndef CHROME_BROWSER_CHROMEOS_ARC_POLICY_ARC_POLICY_BRIDGE_H_
#define CHROME_BROWSER_CHROMEOS_ARC_POLICY_ARC_POLICY_BRIDGE_H_
+#include <string>
+
#include "base/macros.h"
#include "components/arc/arc_service.h"
#include "components/arc/common/policy.mojom.h"
@@ -47,7 +49,7 @@ class ArcPolicyBridge : public ArcService,
// PolicyHost overrides.
void GetPolicies(const GetPoliciesCallback& callback) override;
- void ReportCompliance(const mojo::String& request,
+ void ReportCompliance(const std::string& request,
const ReportComplianceCallback& callback) override;
// PolicyService::Observer overrides.
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/policy/arc_policy_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698