| Index: chrome/browser/payments/payment_request_factory.cc
|
| diff --git a/chrome/browser/payments/payment_request_factory.cc b/chrome/browser/payments/payment_request_factory.cc
|
| index 110e753f7e3d7d2a53ea98389ea8c5a3b59c1dea..fc6c4ca29937261b5057190143be4503f75460e5 100644
|
| --- a/chrome/browser/payments/payment_request_factory.cc
|
| +++ b/chrome/browser/payments/payment_request_factory.cc
|
| @@ -9,8 +9,8 @@
|
| #include "base/logging.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "chrome/browser/payments/chrome_payment_request_delegate.h"
|
| -#include "components/payments/payment_request_delegate.h"
|
| -#include "components/payments/payment_request_web_contents_manager.h"
|
| +#include "components/payments/content/payment_request_delegate.h"
|
| +#include "components/payments/content/payment_request_web_contents_manager.h"
|
| #include "content/public/browser/web_contents.h"
|
|
|
| namespace payments {
|
|
|