Index: third_party/WebKit/Source/modules/payments/PaymentManager.idl |
diff --git a/third_party/WebKit/Source/modules/payments/PaymentAppManager.idl b/third_party/WebKit/Source/modules/payments/PaymentManager.idl |
similarity index 94% |
rename from third_party/WebKit/Source/modules/payments/PaymentAppManager.idl |
rename to third_party/WebKit/Source/modules/payments/PaymentManager.idl |
index d97c5b2072f3e3ac965f6e9b6020b886cf7c3bc3..02e80dda8034f64ed621eace41524e10a9180b94 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentAppManager.idl |
+++ b/third_party/WebKit/Source/modules/payments/PaymentManager.idl |
@@ -8,7 +8,7 @@ |
RuntimeEnabled=PaymentApp, |
ConstructorCallWith=ExecutionContext, |
DependentLifetime, |
-] interface PaymentAppManager { |
+] interface PaymentManager { |
[CallWith=ScriptState] Promise<void> setManifest(PaymentAppManifest manifest); |
[CallWith=ScriptState] Promise<PaymentAppManifest> getManifest(); |
}; |