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

Unified Diff: components/autofill/renderer/form_cache.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/renderer/form_cache.h
diff --git a/components/autofill/renderer/form_cache.h b/components/autofill/renderer/form_cache.h
index 9af737e5d76687e8052b952fecb4e0c7bd9facad..eb1d84ac24d54a75c8b63668fe46d441421b2636 100644
--- a/components/autofill/renderer/form_cache.h
+++ b/components/autofill/renderer/form_cache.h
@@ -63,7 +63,8 @@ class FormCache {
std::set<WebKit::WebDocument> web_documents_;
// The cached initial values for <select> elements.
- std::map<const WebKit::WebSelectElement, string16> initial_select_values_;
+ std::map<const WebKit::WebSelectElement, base::string16>
+ initial_select_values_;
// The cached initial values for checkable <input> elements.
std::map<const WebKit::WebInputElement, bool> initial_checked_state_;

Powered by Google App Engine
This is Rietveld 408576698