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

Unified Diff: webkit/glue/dom_operations.h

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.h
diff --git a/webkit/glue/dom_operations.h b/webkit/glue/dom_operations.h
index c2c49907e322b805df5086cb1b6d84969887aa62..5ca6d943f193a1a817adb2c20fcf491b0680127f 100644
--- a/webkit/glue/dom_operations.h
+++ b/webkit/glue/dom_operations.h
@@ -78,8 +78,8 @@ WEBKIT_GLUE_EXPORT WebKit::WebString GetSubResourceLinkFromElement(
// with a value of |attribute_value| in |meta_elements|.
WEBKIT_GLUE_EXPORT void GetMetaElementsWithAttribute(
WebKit::WebDocument* document,
- const string16& attribute_name,
- const string16& atribute_value,
+ const base::string16& attribute_name,
+ const base::string16& atribute_value,
std::vector<WebKit::WebElement>* meta_elements);
} // namespace webkit_glue

Powered by Google App Engine
This is Rietveld 408576698