summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/spelling_menu_observer_browsertest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/tab_contents/spelling_menu_observer_browsertest.cc')
-rw-r--r--chrome/browser/tab_contents/spelling_menu_observer_browsertest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/spelling_menu_observer_browsertest.cc b/chrome/browser/tab_contents/spelling_menu_observer_browsertest.cc
index fd5ca6f..47d6bdb 100644
--- a/chrome/browser/tab_contents/spelling_menu_observer_browsertest.cc
+++ b/chrome/browser/tab_contents/spelling_menu_observer_browsertest.cc
@@ -301,7 +301,7 @@ IN_PROC_BROWSER_TEST_F(SpellingMenuObserverTest, EnableSpellingService) {
new SpellingMenuObserver(menu.get()));
menu->SetObserver(observer.get());
menu->GetPrefs()->SetBoolean(prefs::kSpellCheckUseSpellingService, true);
- menu->GetPrefs()->SetString(prefs::kSpellCheckDictionary, "");
+ menu->GetPrefs()->SetString(prefs::kSpellCheckDictionary, std::string());
content::ContextMenuParams params;
params.is_editable = true;