| Index: chrome/browser/tab_contents/spelling_menu_observer.h
|
| diff --git a/chrome/browser/tab_contents/spelling_menu_observer.h b/chrome/browser/tab_contents/spelling_menu_observer.h
|
| index a5f23399d6099cdc7b3b99e06efd63f820362aaa..be0e1b4b6f68e0b03a7d7d665e6edd1a0284e7e7 100644
|
| --- a/chrome/browser/tab_contents/spelling_menu_observer.h
|
| +++ b/chrome/browser/tab_contents/spelling_menu_observer.h
|
| @@ -23,7 +23,7 @@ class SpellingServiceClient;
|
| // while we show it. This class implements two interfaces:
|
| // * RenderViewContextMenuObserver
|
| // This interface is used for adding a menu item and update it while showing.
|
| -// * content::URLFetcherDelegate
|
| +// * net::URLFetcherDelegate
|
| // This interface is used for sending a JSON_RPC request to the Spelling
|
| // service and retrieving its response.
|
| // These interfaces allow this class to make a JSON-RPC call to the Spelling
|
|
|