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 ad6406b2f97aaa85081f1e6fb7d2ce41d284cb24..6eaac874259df7f5f41205a104eea445b2d03615 100644 |
--- a/chrome/browser/tab_contents/render_view_context_menu.h |
+++ b/chrome/browser/tab_contents/render_view_context_menu.h |
@@ -56,7 +56,7 @@ struct WebPluginAction; |
// The following snippet describes the simple usage that updates a context-menu |
// item with this interface. |
// |
-// class MyTask : public content::URLFetcherDelegate { |
+// class MyTask : public net::URLFetcherDelegate { |
// public: |
// MyTask(RenderViewContextMenuProxy* proxy, int id) |
// : proxy_(proxy), |