| Index: chrome/browser/tab_contents/render_view_context_menu.h
|
| diff --git a/chrome/browser/tab_contents/render_view_context_menu.h b/chrome/browser/tab_contents/render_view_context_menu.h
|
| index 4591d586794c1800d89389867a85f201e4ef8aa3..e3673e4dace277279235613e0d99fde7a53966f0 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu.h
|
| +++ b/chrome/browser/tab_contents/render_view_context_menu.h
|
| @@ -72,7 +72,7 @@ struct WebPluginAction;
|
| // const std::string& data) {
|
| // bool enabled = response == 200;
|
| // const char* text = enabled ? "OK" : "ERROR";
|
| -// proxy_->UpdateMenuItem(id_, enabled, ASCIIToUTF16(text));
|
| +// proxy_->UpdateMenuItem(id_, enabled, base::ASCIIToUTF16(text));
|
| // }
|
| // void Start(const GURL* url, net::URLRequestContextGetter* context) {
|
| // fetcher_.reset(new URLFetcher(url, URLFetcher::GET, this));
|
|
|