| 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
|
|
|