Index: chrome/browser/ui/autofill/save_card_bubble_controller.cc |
diff --git a/components/autofill/core/browser/card_unmask_delegate.cc b/chrome/browser/ui/autofill/save_card_bubble_controller.cc |
similarity index 50% |
copy from components/autofill/core/browser/card_unmask_delegate.cc |
copy to chrome/browser/ui/autofill/save_card_bubble_controller.cc |
index cb785d44689cb9b321025972c4e82a95fa573a3b..f7186f62e257fdeed2b0269f7a8b26e829e1141d 100644 |
--- a/components/autofill/core/browser/card_unmask_delegate.cc |
+++ b/chrome/browser/ui/autofill/save_card_bubble_controller.cc |
@@ -2,13 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/autofill/core/browser/card_unmask_delegate.h" |
+#include "chrome/browser/ui/autofill/save_card_bubble_controller.h" |
namespace autofill { |
-CardUnmaskDelegate::UnmaskResponse::UnmaskResponse() |
- : should_store_pan(false) {} |
+SaveCardBubbleController::LegalMessageLine::LegalMessageLine() {} |
-CardUnmaskDelegate::UnmaskResponse::~UnmaskResponse() {} |
+SaveCardBubbleController::LegalMessageLine::~LegalMessageLine() {} |
} // namespace autofill |