Index: chrome/browser/dummy_pref_store.h |
diff --git a/chrome/browser/dummy_pref_store.h b/chrome/browser/dummy_pref_store.h |
index 16075c4a192526bf124368cc4bef84e611953edd..ed3da444782776bab1562bd7222541260f41a6f8 100644 |
--- a/chrome/browser/dummy_pref_store.h |
+++ b/chrome/browser/dummy_pref_store.h |
@@ -1,7 +1,6 @@ |
// Copyright (c) 2010 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. |
- |
#ifndef CHROME_BROWSER_DUMMY_PREF_STORE_H_ |
#define CHROME_BROWSER_DUMMY_PREF_STORE_H_ |
@@ -13,7 +12,7 @@ class DummyPrefStore : public PrefStore { |
public: |
DummyPrefStore(); |
- virtual DictionaryValue* Prefs() { return prefs_.get(); } |
+ virtual DictionaryValue* prefs() { return prefs_.get(); } |
void SetPrefs(DictionaryValue* prefs) { prefs_.reset(prefs); } |
virtual PrefStore::PrefReadError ReadPrefs(); |