Index: chrome/browser/tab_contents/web_contents_unittest.cc |
=================================================================== |
--- chrome/browser/tab_contents/web_contents_unittest.cc (revision 76410) |
+++ chrome/browser/tab_contents/web_contents_unittest.cc (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -213,8 +213,6 @@ |
Value::CreateBooleanValue(false)); |
pref_services->SetUserPref(prefs::kWebKitUsesUniversalDetector, |
Value::CreateBooleanValue(true)); |
- pref_services->SetUserPref(prefs::kWebKitStandardFontIsSerif, |
- Value::CreateBooleanValue(true)); |
pref_services->SetUserPref("webkit.webprefs.foo", |
Value::CreateStringValue("bar")); |
@@ -1623,7 +1621,7 @@ |
class ConstrainedWindowCloseTest : public ConstrainedWindow { |
public: |
- ConstrainedWindowCloseTest(TabContents* tab_contents) |
+ explicit ConstrainedWindowCloseTest(TabContents* tab_contents) |
: tab_contents_(tab_contents) { |
} |