| Index: chrome/browser/ui/android/autofill/credit_card_scanner_view_android.cc
|
| diff --git a/chrome/browser/ui/android/autofill/credit_card_scanner_view_android.cc b/chrome/browser/ui/android/autofill/credit_card_scanner_view_android.cc
|
| index 7121557b011c09fbfd9932e6f5eef536b0cd29c9..bd2914d35e0fe1ff71a85dced608ec5fd7dd9ae9 100644
|
| --- a/chrome/browser/ui/android/autofill/credit_card_scanner_view_android.cc
|
| +++ b/chrome/browser/ui/android/autofill/credit_card_scanner_view_android.cc
|
| @@ -11,8 +11,8 @@
|
| #include "chrome/browser/ui/autofill/credit_card_scanner_view_delegate.h"
|
| #include "content/public/browser/android/content_view_core.h"
|
| #include "jni/CreditCardScanner_jni.h"
|
| -#include "ui/base/android/view_android.h"
|
| -#include "ui/base/android/window_android.h"
|
| +#include "ui/android/view_android.h"
|
| +#include "ui/android/window_android.h"
|
|
|
| namespace autofill {
|
|
|
|
|