Index: chrome/browser/browser_encoding_uitest.cc |
diff --git a/chrome/browser/browser_encoding_uitest.cc b/chrome/browser/browser_encoding_uitest.cc |
index 42267ac2fd0772ffbef1d4ecb1bc8ad161cd71f5..93bb37e6f039c74e338c626106f867c1c035ab48 100644 |
--- a/chrome/browser/browser_encoding_uitest.cc |
+++ b/chrome/browser/browser_encoding_uitest.cc |
@@ -249,7 +249,7 @@ TEST_F(BrowserEncodingTest, MAYBE_TestEncodingAutoDetect) { |
// Set the default charset to one of encodings not supported by the current |
// auto-detector (Please refer to the above comments) to make sure we |
// incorrectly decode the page. Now we use ISO-8859-4. |
- ASSERT_TRUE(browser->SetStringPreference(prefs::kDefaultCharset, |
+ ASSERT_TRUE(browser->SetStringPreference(prefs::kGlobalDefaultCharset, |
"ISO-8859-4")); |
scoped_refptr<TabProxy> tab(GetActiveTab()); |
ASSERT_TRUE(tab.get()); |