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

Unified Diff: webkit/glue/dom_operations.cc

Issue 13219005: Replace string16 with base::string16 in src/webkit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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: webkit/glue/dom_operations.cc
diff --git a/webkit/glue/dom_operations.cc b/webkit/glue/dom_operations.cc
index c50d0b78ebb5c452bc62e18aabc99627a63a89f7..b6774ffcde3415774961eeae5814452c4e8408bd 100644
--- a/webkit/glue/dom_operations.cc
+++ b/webkit/glue/dom_operations.cc
@@ -253,8 +253,8 @@ bool ElementDoesAutoCompleteForElementWithId(WebView* view,
}
void GetMetaElementsWithAttribute(WebDocument* document,
- const string16& attribute_name,
- const string16& attribute_value,
+ const base::string16& attribute_name,
+ const base::string16& attribute_value,
std::vector<WebElement>* meta_elements) {
DCHECK(document);
DCHECK(meta_elements);

Powered by Google App Engine
This is Rietveld 408576698