Index: chrome/browser/tab_contents/render_view_context_menu.h |
=================================================================== |
--- chrome/browser/tab_contents/render_view_context_menu.h (revision 106929) |
+++ chrome/browser/tab_contents/render_view_context_menu.h (working copy) |
@@ -46,7 +46,7 @@ |
// The following snippet describes the simple usage that updates a context-menu |
// item with this interface. |
// |
-// class MyTask : public URLFetcher::Delegate { |
+// class MyTask : public content::URLFetcherDelegate { |
// public: |
// MyTask(RenderViewContextMenuProxy* proxy, int id) |
// : proxy_(proxy), |