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