commit | abbe7c9042d2f5eb43711f02db6f6a2253cb7ad8 | [log] [tgz] |
---|---|---|
author | Han Leon <[email protected]> | Thu Aug 30 02:08:10 2018 |
committer | Commit Bot <[email protected]> | Thu Aug 30 02:08:10 2018 |
tree | c9687fc7b27defb3e5c8379f4a6ee0a2c1256c44 | |
parent | 3b1ef7312bdb6929f35ba0bc209aa8d0214d2cec [diff] [blame] |
[OnionSoup] Move payment_{app,request}.mojom into blink/public/mojom/ As part of Onion Soup effort, blink/public/mojom/payments/ should be the right place for payment_{app,request}.mojom, this CL moves them there from blink/public/platform/modules/payments/. This movement facilitates moving //content/common/service_worker/service_worker.mojom into blink/public/mojom/service_worker/ in future. BUG=789854 Change-Id: Idaa2abacfefe706d05acbe8f23a7daea00f4ab66 Reviewed-on: https://chromium-review.googlesource.com/1192687 Commit-Queue: Han Leon <[email protected]> Reviewed-by: Lei Zhang <[email protected]> Reviewed-by: Marijn Kruisselbrink <[email protected]> Reviewed-by: Kinuko Yasuda <[email protected]> Reviewed-by: Rouslan Solomakhin <[email protected]> Reviewed-by: Kentaro Hara <[email protected]> Cr-Commit-Position: refs/heads/master@{#587416}
diff --git a/components/payments/content/payment_request.h b/components/payments/content/payment_request.h index 9753d08e..aed1d4a 100644 --- a/components/payments/content/payment_request.h +++ b/components/payments/content/payment_request.h
@@ -16,7 +16,7 @@ #include "components/payments/core/journey_logger.h" #include "mojo/public/cpp/bindings/binding.h" #include "mojo/public/cpp/bindings/interface_request.h" -#include "third_party/blink/public/platform/modules/payments/payment_request.mojom.h" +#include "third_party/blink/public/mojom/payments/payment_request.mojom.h" #include "url/gurl.h" namespace content {