Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: chrome/browser/tab_contents/spelling_menu_observer.h

Issue 8375039: Create a content::UrlFetcher interface that lives in content/public/common and convert users to i... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/tab_contents/spelling_menu_observer.h
===================================================================
--- chrome/browser/tab_contents/spelling_menu_observer.h (revision 107061)
+++ chrome/browser/tab_contents/spelling_menu_observer.h (working copy)
@@ -53,7 +53,7 @@
virtual void ExecuteCommand(int command_id) OVERRIDE;
// content::URLFetcherDelegate implementation.
- virtual void OnURLFetchComplete(const URLFetcher* source) OVERRIDE;
+ virtual void OnURLFetchComplete(const content::URLFetcher* source) OVERRIDE;
private:
// Invokes a JSON-RPC call in the background. This function sends a JSON-RPC
@@ -94,7 +94,7 @@
string16 result_;
// The URLFetcher object used for sending a JSON-RPC request.
- scoped_ptr<URLFetcher> fetcher_;
+ scoped_ptr<content::URLFetcher> fetcher_;
// A timer used for loading animation.
base::RepeatingTimer<SpellingMenuObserver> animation_timer_;
« no previous file with comments | « chrome/browser/tab_contents/render_view_context_menu.h ('k') | chrome/browser/tab_contents/spelling_menu_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698