Index: chrome/browser/tab_contents/spelling_menu_observer.cc |
diff --git a/chrome/browser/tab_contents/spelling_menu_observer.cc b/chrome/browser/tab_contents/spelling_menu_observer.cc |
index 98bbd0bd15eee2c026fcc2fd8919e1ec43622c4a..b3566fc5b68c0ab4cc0aa3362ee33204b3af05b3 100644 |
--- a/chrome/browser/tab_contents/spelling_menu_observer.cc |
+++ b/chrome/browser/tab_contents/spelling_menu_observer.cc |
@@ -36,7 +36,7 @@ SpellingMenuObserver::SpellingMenuObserver(RenderViewContextMenuProxy* proxy) |
succeeded_(false) { |
if (proxy && proxy->GetProfile()) |
integrate_spelling_service_.Init(prefs::kSpellCheckUseSpellingService, |
- proxy->GetProfile()->GetPrefs(), NULL); |
+ proxy->GetProfile()->GetPrefs()); |
} |
SpellingMenuObserver::~SpellingMenuObserver() { |