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

Unified Diff: chrome/browser/chromeos/attestation/platform_verification_impl.h

Issue 2411573002: media: Use new wrapper types for media mojo interfaces (Closed)
Patch Set: comments addressed Created 4 years, 2 months 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/attestation/platform_verification_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/attestation/platform_verification_impl.h
diff --git a/chrome/browser/chromeos/attestation/platform_verification_impl.h b/chrome/browser/chromeos/attestation/platform_verification_impl.h
index 0cbee0e7e4fd60cd80dfb251c5efd29f8fcc9ef5..2f5cb1de4d517f08dc1b7b987fa99bffc0316428 100644
--- a/chrome/browser/chromeos/attestation/platform_verification_impl.h
+++ b/chrome/browser/chromeos/attestation/platform_verification_impl.h
@@ -30,8 +30,8 @@ class PlatformVerificationImpl : public media::mojom::PlatformVerification {
~PlatformVerificationImpl() override;
// mojo::InterfaceImpl<PlatformVerification> implementation.
- void ChallengePlatform(const mojo::String& service_id,
- const mojo::String& challenge,
+ void ChallengePlatform(const std::string& service_id,
+ const std::string& challenge,
const ChallengePlatformCallback& callback) override;
private:
« no previous file with comments | « no previous file | chrome/browser/chromeos/attestation/platform_verification_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698