| Index: content/browser/webui/web_ui_data_source_impl.cc
|
| diff --git a/content/browser/webui/web_ui_data_source_impl.cc b/content/browser/webui/web_ui_data_source_impl.cc
|
| index 6a5b6025626a79c1ab9c9d8c72d2fd0aebe175df..6775eb739da31bfb3f8f1cd91ef3ccdd557c0915 100644
|
| --- a/content/browser/webui/web_ui_data_source_impl.cc
|
| +++ b/content/browser/webui/web_ui_data_source_impl.cc
|
| @@ -95,7 +95,7 @@ WebUIDataSourceImpl::~WebUIDataSourceImpl() {
|
| }
|
|
|
| void WebUIDataSourceImpl::AddString(const std::string& name,
|
| - const string16& value) {
|
| + const base::string16& value) {
|
| localized_strings_.SetString(name, value);
|
| }
|
|
|
|
|