Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5644)

Unified Diff: chrome/browser/dummy_pref_store.h

Issue 1692011: Implementation of managed policy: Policy Abstraction (Closed)
Patch Set: check no changes Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/configuration_policy_store.h ('k') | chrome/browser/json_pref_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chrome/browser/configuration_policy_store.h ('k') | chrome/browser/json_pref_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698