diff options
Diffstat (limited to 'chrome/browser/prefs/pref_value_map_unittest.cc')
-rw-r--r-- | chrome/browser/prefs/pref_value_map_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/prefs/pref_value_map_unittest.cc b/chrome/browser/prefs/pref_value_map_unittest.cc index 5e248b0..cc47a85 100644 --- a/chrome/browser/prefs/pref_value_map_unittest.cc +++ b/chrome/browser/prefs/pref_value_map_unittest.cc @@ -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. @@ -11,7 +11,7 @@ class PrefValueMapTest : public testing::Test { TEST_F(PrefValueMapTest, SetValue) { PrefValueMap map; - Value* result = NULL; + const Value* result = NULL; EXPECT_FALSE(map.GetValue("key", &result)); EXPECT_FALSE(result); |