| Index: components/autofill/browser/autocheckout_manager.h
|
| diff --git a/components/autofill/browser/autocheckout_manager.h b/components/autofill/browser/autocheckout_manager.h
|
| index 5eb3f86403a896af35d099ae9859acf795d71f41..8207c21868bf34d7bd940f904e803a7ba2eec6f3 100644
|
| --- a/components/autofill/browser/autocheckout_manager.h
|
| +++ b/components/autofill/browser/autocheckout_manager.h
|
| @@ -104,7 +104,7 @@ class AutocheckoutManager {
|
| AutofillManager* autofill_manager_; // WEAK; owns us
|
|
|
| // Credit card verification code.
|
| - string16 cvv_;
|
| + base::string16 cvv_;
|
|
|
| // Profile built using the data supplied by requestAutocomplete dialog.
|
| scoped_ptr<AutofillProfile> profile_;
|
|
|