Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(493)

Unified Diff: components/autofill/browser/autocheckout_manager.h

Issue 13973004: Convert string16 -> base::string16 in components/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698