summaryrefslogtreecommitdiffstats
path: root/chrome/test/testing_pref_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/testing_pref_service.cc')
-rw-r--r--chrome/test/testing_pref_service.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/testing_pref_service.cc b/chrome/test/testing_pref_service.cc
index 043dae4..815ae1e 100644
--- a/chrome/test/testing_pref_service.cc
+++ b/chrome/test/testing_pref_service.cc
@@ -55,7 +55,7 @@ void TestingPrefServiceBase::RemoveUserPref(const char* path) {
const Value* TestingPrefServiceBase::GetPref(TestingPrefStore* pref_store,
const char* path) const {
- Value* res;
+ const Value* res;
return pref_store->GetValue(path, &res) == PrefStore::READ_OK ? res : NULL;
}