| Index: chrome/browser/renderer_context_menu/spelling_menu_observer.h
|
| diff --git a/chrome/browser/renderer_context_menu/spelling_menu_observer.h b/chrome/browser/renderer_context_menu/spelling_menu_observer.h
|
| index a29965de2f727d95129101daa737c520e87fadaf..adfead7494ef92dbffb980b166a7759c4fb976f3 100644
|
| --- a/chrome/browser/renderer_context_menu/spelling_menu_observer.h
|
| +++ b/chrome/browser/renderer_context_menu/spelling_menu_observer.h
|
| @@ -59,8 +59,8 @@ class SpellingMenuObserver : public RenderViewContextMenuObserver {
|
| const std::vector<SpellCheckResult>& results);
|
|
|
| private:
|
| - // The callback function for base::RepeatingTimer<SpellingMenuClient>. This
|
| - // function updates the "loading..." animation in the context-menu item.
|
| + // The callback function for base::RepeatingTimer. This function updates the
|
| + // "loading..." animation in the context-menu item.
|
| void OnAnimationTimerExpired();
|
|
|
| // The interface to add a context-menu item and update it. This class uses
|
| @@ -104,7 +104,7 @@ class SpellingMenuObserver : public RenderViewContextMenuObserver {
|
| scoped_ptr<SpellingServiceClient> client_;
|
|
|
| // A timer used for loading animation.
|
| - base::RepeatingTimer<SpellingMenuObserver> animation_timer_;
|
| + base::RepeatingTimer animation_timer_;
|
|
|
| // Flag indicating whether online spelling correction service is enabled. When
|
| // this variable is true and we right-click a misspelled word, we send a
|
|
|