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

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

Issue 1977173002: Rename media::interfaces to media::mojom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android + chromeos files Created 4 years, 7 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 a41d5ce88f7a54e646fca474286c8a2e08a9cdf2..96be72d2170ce12dc63b2b7f87c90110910e65ff 100644
--- a/chrome/browser/chromeos/attestation/platform_verification_impl.h
+++ b/chrome/browser/chromeos/attestation/platform_verification_impl.h
@@ -17,15 +17,14 @@
namespace chromeos {
namespace attestation {
-// Implements media::interfaces::PlatformVerification on ChromeOS using
+// Implements media::mojom::PlatformVerification on ChromeOS using
// PlatformVerificationFlow. Can only be used on the UI thread because
// PlatformVerificationFlow lives on the UI thread.
-class PlatformVerificationImpl
- : public media::interfaces::PlatformVerification {
+class PlatformVerificationImpl : public media::mojom::PlatformVerification {
public:
static void Create(
content::RenderFrameHost* render_frame_host,
- mojo::InterfaceRequest<media::interfaces::PlatformVerification> request);
+ mojo::InterfaceRequest<media::mojom::PlatformVerification> request);
PlatformVerificationImpl(
content::RenderFrameHost* render_frame_host,
@@ -46,7 +45,7 @@ class PlatformVerificationImpl
const std::string& signature,
const std::string& platform_key_certificate);
- mojo::StrongBinding<media::interfaces::PlatformVerification> binding_;
+ mojo::StrongBinding<media::mojom::PlatformVerification> binding_;
content::RenderFrameHost* const render_frame_host_;
« 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